Skip to content

Commit

Permalink
Merge 7cd6c8a into 94971e1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Nov 8, 2019
2 parents 94971e1 + 7cd6c8a commit c5adba8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
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.3'
# 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
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.3.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.3)
rails (~> 5.2.2)
rails_real_favicon
sass-rails (~> 5.0)
Expand Down

0 comments on commit c5adba8

Please sign in to comment.