Skip to content

Commit

Permalink
update mysql gem
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuzee committed Jul 15, 2018
1 parent 7be78ca commit 9a22ba9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -21,7 +21,7 @@ gem 'activerecord-session_store'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use mysql
gem 'mysql2', '0.4.10'
gem 'mysql2', '~> 0.5'

# Commented out because gem for rails 5.2 is not released yet...
# Use SQLServer
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -863,7 +863,7 @@ GEM
multi_json (1.13.1)
multi_xml (0.6.0)
multipart-post (2.0.0)
mysql2 (0.4.10)
mysql2 (0.5.2)
nenv (0.3.0)
nio4r (2.3.1)
nokogiri (1.8.4)
Expand Down Expand Up @@ -1162,7 +1162,7 @@ DEPENDENCIES
less-rails!
meta-tags
momentjs-rails
mysql2 (= 0.4.10)
mysql2 (~> 0.5)
non-stupid-digest-assets
omniauth
omniauth-facebook
Expand Down

0 comments on commit 9a22ba9

Please sign in to comment.