Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' into dependabot/bundler/nokogiri-1.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
victorloo authored May 27, 2020
2 parents 474f67c + e3c3301 commit d1b0ad1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.7'
gem 'puma', '~> 3.12'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0'
# Use Uglifier as compressor for JavaScript assets
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ GEM
nokogiri (1.10.9-x64-mingw32)
mini_portile2 (~> 2.4.0)
public_suffix (3.0.1)
puma (3.11.2)
rack (2.0.3)
puma (3.12.6)
rack (2.2.2)
rack-test (0.8.2)
rack (>= 1.0, < 3)
rails (5.1.4)
Expand All @@ -116,7 +116,7 @@ GEM
method_source
rake (>= 0.8.7)
thor (>= 0.18.1, < 2.0)
rake (12.3.0)
rake (13.0.1)
rb-fsevent (0.10.2)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
Expand Down Expand Up @@ -176,7 +176,7 @@ DEPENDENCIES
capybara (~> 2.13)
coffee-rails (~> 4.2)
jbuilder (~> 2.5)
puma (~> 3.7)
puma (~> 3.12)
rails (~> 5.1.4)
sass-rails (~> 5.0)
selenium-webdriver
Expand Down

0 comments on commit d1b0ad1

Please sign in to comment.