clean up a few more gems/*/Gemfile's

Change-Id: Ida0ea87736d2d22d0019f8cb2a010aeb7b9fafc3
Reviewed-on: https://gerrit.instructure.com/180785
Tested-by: Jenkins
Reviewed-by: Cody Cutrer <cody@instructure.com>
QA-Review: Simon Williams <simon@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
This commit is contained in:
Simon Williams 2019-02-06 13:43:16 -06:00
parent 5509b83746
commit 9f96812875
4 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,3 @@
source 'https://rubygems.org'
gem 'test-unit', '3.2.3'
gemspec

View File

@ -20,4 +20,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.5"
spec.add_development_dependency "sqlite3", "~> 1.3.6"
spec.add_development_dependency "test-unit", "~> 3.2"
end

View File

@ -1,6 +1,3 @@
source "https://rubygems.org"
gemspec
gem "rspec"
gem "byebug"

View File

@ -20,4 +20,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "activesupport", ">= 3.2"
spec.add_dependency "activerecord", ">= 3.2"
spec.add_dependency "globby", ">= 0.1.2"
spec.add_development_dependency "rspec"
spec.add_development_dependency "byebug"
end