Skip to content

Commit 709e432

Browse files
committed
Rake is in 1.9 stdlib, no need for gem dep
1 parent 5f690b9 commit 709e432

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Gemfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ else
88
gem 'arel'
99
end
1010

11+
gem 'minitest', '~> 3.0.0'
12+
gem 'mocha', '>= 0.11.2'
1113
gem 'rack-test', github: "brynary/rack-test"
1214
gem 'bcrypt-ruby', '~> 3.0.0'
1315
gem 'jquery-rails'
14-
gem 'minitest', '~> 3.0.0'
1516

1617
if ENV['JOURNEY']
1718
gem 'journey', path: ENV['JOURNEY']
@@ -29,9 +30,6 @@ end
2930
# it being automatically loaded by sprockets
3031
gem 'uglifier', '>= 1.0.3', require: false
3132

32-
gem 'rake', '>= 0.8.7'
33-
gem 'mocha', '>= 0.11.2'
34-
3533
group :doc do
3634
# The current sdoc cannot generate GitHub links due
3735
# to a bug, but the PR that fixes it has been there

0 commit comments

Comments
 (0)