Skip to content

Commit

Permalink
Update mysql2 and webmock
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabyalter committed Apr 1, 2019
1 parent 374f142 commit de7c853
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 @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'rails', '= 5.2.2.1'

# Use MySQL for the database
gem 'mysql2', '~> 0.4.9'
gem 'mysql2', '~> 0.4.10'

# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0.6'
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ GEM
activesupport (>= 4.2.0)
gyoku (1.3.1)
builder (>= 2.1.2)
hashdiff (0.3.7)
hashdiff (0.3.8)
hashie (3.5.6)
highline (1.7.8)
httparty (0.16.0)
Expand Down Expand Up @@ -433,7 +433,7 @@ GEM
rubyzip (1.2.2)
rvm-capistrano (1.5.6)
capistrano (~> 2.15.4)
safe_yaml (1.0.4)
safe_yaml (1.0.5)
sass (3.4.25)
sass-rails (5.0.7)
railties (>= 4.0.0, < 6)
Expand Down Expand Up @@ -489,7 +489,7 @@ GEM
wasabi (3.5.0)
httpi (~> 2.0)
nokogiri (>= 1.4.2)
webmock (3.3.0)
webmock (3.5.1)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff
Expand Down Expand Up @@ -525,7 +525,7 @@ DEPENDENCIES
jquery-ui-rails (~> 6.0.0)
kaminari (~> 1.1.1)
listen (~> 3.1)
mysql2 (~> 0.4.9)
mysql2 (~> 0.4.10)
nyulibraries_errors!
nyulibraries_institutions!
nyulibraries_javascripts!
Expand Down

0 comments on commit de7c853

Please sign in to comment.