mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Bump mysql to 0.4.x
This commit is contained in:
parent
002b387fb5
commit
9e76a5e734
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -23,7 +23,7 @@ gem 'jquery-ui-rails' , '~>5.0.5'
|
|||
# always possible on all platforms
|
||||
# Alternatively use --without <group> arguments to bundler to not install that group
|
||||
gem "sqlite3", group: :sqlite
|
||||
gem "mysql2", "~> 0.3.17", group: :mysql
|
||||
gem "mysql2", "~> 0.4.0", group: :mysql
|
||||
|
||||
gem "RedCloth"
|
||||
gem "sanitize", ">=3.0.0"
|
||||
|
|
|
@ -130,7 +130,7 @@ GEM
|
|||
minitest-stub-const (0.6)
|
||||
mocha (1.7.0)
|
||||
metaclass (~> 0.0.1)
|
||||
mysql2 (0.3.21)
|
||||
mysql2 (0.4.10)
|
||||
nio4r (2.3.1)
|
||||
nokogiri (1.8.5)
|
||||
mini_portile2 (~> 2.3.0)
|
||||
|
@ -291,7 +291,7 @@ DEPENDENCIES
|
|||
listen
|
||||
minitest-stub-const
|
||||
mocha
|
||||
mysql2 (~> 0.3.17)
|
||||
mysql2 (~> 0.4.0)
|
||||
paperclip
|
||||
puma (~> 3.0)
|
||||
rack-dev-mark
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue