diff --git a/example_test_projects/ruby/ruby-cli-scripts/Gemfile b/example_test_projects/ruby/ruby-cli-scripts/Gemfile index def2e3c1..0ebe0640 100644 --- a/example_test_projects/ruby/ruby-cli-scripts/Gemfile +++ b/example_test_projects/ruby/ruby-cli-scripts/Gemfile @@ -7,7 +7,7 @@ gem 'rails', '>= 5.0.0.rc2', '< 5.1' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/example_test_projects/ruby/ruby-cli-scripts/Gemfile.lock b/example_test_projects/ruby/ruby-cli-scripts/Gemfile.lock index 93adbf7e..06bbcfd3 100644 --- a/example_test_projects/ruby/ruby-cli-scripts/Gemfile.lock +++ b/example_test_projects/ruby/ruby-cli-scripts/Gemfile.lock @@ -102,7 +102,7 @@ GEM pg (0.18.4) pkg-config (1.1.7) powerpack (0.1.1) - puma (3.4.0) + puma (3.12.6) rack (2.0.0.rc1) json rack-test (0.6.3) @@ -178,6 +178,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + table_print (1.5.7) thor (0.19.1) thread_safe (0.3.5) tilt (2.0.5) @@ -213,13 +214,14 @@ DEPENDENCIES jquery-rails listen (~> 3.0.5) pg (~> 0.18) - puma (~> 3.0) + puma (~> 3.12) rails (>= 5.0.0.rc2, < 5.1) rspec rubocop sass-rails (~> 5.0) spring spring-watcher-listen (~> 2.0.0) + table_print trollop turbolinks (~> 5.x) tzinfo-data