Skip to content

Commit

Permalink
bumping puma
Browse files Browse the repository at this point in the history
  • Loading branch information
GBH committed Dec 25, 2019
1 parent fd7de7e commit ecba082
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ group :development, :test do
gem "byebug", "~> 10.0.0", platforms: %i[mri mingw x64_mingw]
gem "capybara", "~> 2.17.0"
gem "kaminari", "~> 1.1.1"
gem "puma", "~> 3.11.2"
gem "puma", "~> 3.12.2"
gem "rubocop", "~> 0.55.0", require: false
gem "selenium-webdriver", "~> 3.9.0"
gem "sqlite3", "~> 1.4.2"
Expand Down
2 changes: 1 addition & 1 deletion test/gemfiles/5.2.gemfile
Expand Up @@ -10,7 +10,7 @@ group :development, :test do
gem "byebug", "~> 10.0.0", platforms: %i[mri mingw x64_mingw]
gem "capybara", "~> 2.17.0"
gem "kaminari", "~> 1.1.1"
gem "puma", "~> 3.11.2"
gem "puma", "~> 3.12.2"
gem "rubocop", "~> 0.55.0", require: false
gem "selenium-webdriver", "~> 3.9.0"
gem "sqlite3", "~> 1.4.2"
Expand Down
2 changes: 1 addition & 1 deletion test/gemfiles/6.0.gemfile
Expand Up @@ -10,7 +10,7 @@ group :development, :test do
gem "byebug", "~> 10.0.0", platforms: %i[mri mingw x64_mingw]
gem "capybara", "~> 2.17.0"
gem "kaminari", "~> 1.1.1"
gem "puma", "~> 3.11.2"
gem "puma", "~> 3.12.2"
gem "rubocop", "~> 0.55.0", require: false
gem "selenium-webdriver", "~> 3.9.0"
gem "sqlite3", "~> 1.4.2"
Expand Down

0 comments on commit ecba082

Please sign in to comment.