Skip to content

Commit

Permalink
Merge 423941b into 8a7f81e
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Mar 4, 2020
2 parents 8a7f81e + 423941b commit 50467d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/rails5_app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rails', '~> 5.0.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# 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
Expand Down
4 changes: 2 additions & 2 deletions examples/rails5_app/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ GEM
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
orm_adapter (0.5.0)
puma (3.7.1)
puma (3.12.4)
rack (2.0.7)
rack-test (0.6.3)
rack (>= 1.0)
Expand Down Expand Up @@ -174,7 +174,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
jquery-rails
listen (~> 3.0.5)
puma (~> 3.0)
puma (~> 3.12)
rails (~> 5.0.2)
sass-rails (~> 5.0)
spring
Expand Down

0 comments on commit 50467d8

Please sign in to comment.