Skip to content

Commit

Permalink
Remove some unused gems (lostisland#875)
Browse files Browse the repository at this point in the history
remove some unused gems from Bundler group: :test
  • Loading branch information
technoweenie authored and olleolleolle committed Feb 25, 2019
1 parent dc4d8f6 commit d9c696f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,15 @@ group :development, :test do
end

group :test do
gem 'addressable', '< 2.4.0'
gem 'coveralls', :require => false
gem 'em-http-request', '>= 1.1', :require => 'em-http'
gem 'em-synchrony', '>= 1.0.3', :require => ['em-synchrony', 'em-synchrony/em-http']
gem 'excon', '>= 0.27.4'
gem 'httpclient', '>= 2.2'
gem 'mime-types', '~> 1.25', :platforms => [:jruby, :ruby_18]
gem 'minitest', '>= 5.0.5'
gem 'net-http-persistent'
gem 'patron', '>= 0.4.2', :platforms => :ruby
gem 'rack-test', '>= 0.6', :require => 'rack/test'
gem 'rest-client', '~> 1.6.0', :platforms => [:jruby, :ruby_18]
gem 'rspec', '~> 3.7'
gem 'rubocop', '~> 0.65.0'
gem 'simplecov'
Expand Down

0 comments on commit d9c696f

Please sign in to comment.