Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Mar 31, 2019
1 parent d610768 commit ad57126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ group :development do
end

group :test, :development do
gem 'puma', '~> 3.12'
gem 'capybara'
gem 'ci_reporter_test_unit'
gem 'coveralls', require: false
Expand All @@ -109,6 +108,7 @@ group :test, :development do
gem 'minitest-reporters', '~> 1.3.6'
gem 'openssl', '~> 2.1.2'
gem 'phantomjs'
gem 'puma', '~> 3.12'
gem 'rails-perftest'
gem 'rake', '~> 12.3.2'
gem 'rest-client'
Expand Down

0 comments on commit ad57126

Please sign in to comment.