Skip to content

Commit 81a036d

Browse files
committed
address some warnings
1 parent 01d1556 commit 81a036d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Gemfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
source :rubygems
1+
source 'https://rubygems.org'
22

33
gem "multi_json"
4+
gem "rake"
45

56
group :test do
67
gem "shoulda"
@@ -12,5 +13,6 @@ group :development do
1213
gem "jruby-openssl", :platforms => :jruby
1314
gem "ruby-debug", :platforms => :mri_18
1415
gem "ruby-debug19", :platforms => :mri_19
15-
gem "typhoeus", :platforms => [:mri_18, :mri_19]
16+
gem "byebug", :platforms => :mri_20
17+
gem "typhoeus", :platforms => [:mri_18, :mri_19, :mri_20]
1618
end

0 commit comments

Comments
 (0)