Skip to content

Commit

Permalink
Merge 09c58b8 into 94971e1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Aug 9, 2019
2 parents 94971e1 + 09c58b8 commit c20faaa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gem 'coveralls', require: false
gem 'pg'

# Use Puma as the app server
gem 'puma', '~> 3.12'
gem 'puma', '~> 4.1'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,8 @@ GEM
orm_adapter (0.5.0)
pg (1.1.3)
public_suffix (3.0.3)
puma (3.12.0)
puma (4.1.0)
nio4r (~> 2.0)
rack (2.0.6)
rack-test (1.1.0)
rack (>= 1.0, < 3)
Expand Down Expand Up @@ -264,7 +265,7 @@ DEPENDENCIES
letter_opener
listen (>= 3.0.5, < 3.2)
pg
puma (~> 3.12)
puma (~> 4.1)
rails (~> 5.2.2)
rails_real_favicon
sass-rails (~> 5.0)
Expand Down

0 comments on commit c20faaa

Please sign in to comment.