Skip to content

Commit

Permalink
Fix mysql2 version to '~> 0.4.4' on rails versions doesn't supports v…
Browse files Browse the repository at this point in the history
…0.5.0
  • Loading branch information
gussan committed Apr 2, 2018
1 parent a4e750d commit 871b33f
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gemfiles/rails5_0_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ source "https://rubygems.org"
gem "activerecord", "5.0.0"
gem "activesupport", "5.0.0"

gem "mysql2", "~> 0.4.4"

gemspec :path => '../'
2 changes: 2 additions & 0 deletions gemfiles/rails5_0_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ source "https://rubygems.org"
gem "activerecord", "5.0.1"
gem "activesupport", "5.0.1"

gem "mysql2", "~> 0.4.4"

gemspec :path => '../'
2 changes: 2 additions & 0 deletions gemfiles/rails5_0_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ source "https://rubygems.org"
gem "activerecord", "5.0.2"
gem "activesupport", "5.0.2"

gem "mysql2", "~> 0.4.4"

gemspec :path => '../'
2 changes: 2 additions & 0 deletions gemfiles/rails5_0_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ source "https://rubygems.org"
gem "activerecord", "5.0.3"
gem "activesupport", "5.0.3"

gem "mysql2", "~> 0.4.4"

gemspec :path => '../'
2 changes: 2 additions & 0 deletions gemfiles/rails5_0_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ source "https://rubygems.org"
gem "activerecord", "5.0.4"
gem "activesupport", "5.0.4"

gem "mysql2", "~> 0.4.4"

gemspec :path => '../'
2 changes: 2 additions & 0 deletions gemfiles/rails5_0_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ source "https://rubygems.org"
gem "activerecord", "5.0.5"
gem "activesupport", "5.0.5"

gem "mysql2", "~> 0.4.4"

gemspec :path => '../'
2 changes: 2 additions & 0 deletions gemfiles/rails5_0_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ source "https://rubygems.org"
gem "activerecord", "5.0.6"
gem "activesupport", "5.0.6"

gem "mysql2", "~> 0.4.4"

gemspec :path => '../'
2 changes: 2 additions & 0 deletions gemfiles/rails5_1_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ gem "activerecord", "5.1.0"
gem "activesupport", "5.1.0"
gem "actionview", "5.1.0"

gem "mysql2", "~> 0.4.4"

gemspec :path => '../'
2 changes: 2 additions & 0 deletions gemfiles/rails5_1_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ gem "activerecord", "5.1.1"
gem "activesupport", "5.1.1"
gem "actionview", "5.1.1"

gem "mysql2", "~> 0.4.4"

gemspec :path => '../'
2 changes: 2 additions & 0 deletions gemfiles/rails5_1_2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ gem "activerecord", "5.1.2"
gem "activesupport", "5.1.2"
gem "actionview", "5.1.2"

gem "mysql2", "~> 0.4.4"

gemspec :path => '../'
2 changes: 2 additions & 0 deletions gemfiles/rails5_1_3.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ gem "activerecord", "5.1.3"
gem "activesupport", "5.1.3"
gem "actionview", "5.1.3"

gem "mysql2", "~> 0.4.4"

gemspec :path => '../'
2 changes: 2 additions & 0 deletions gemfiles/rails5_1_4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ gem "activerecord", "5.1.4"
gem "activesupport", "5.1.4"
gem "actionview", "5.1.4"

gem "mysql2", "~> 0.4.4"

gemspec :path => '../'
2 changes: 2 additions & 0 deletions gemfiles/rails5_1_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ gem "activerecord", "5.1.5"
gem "activesupport", "5.1.5"
gem "actionview", "5.1.5"

gem "mysql2", "~> 0.4.4"

gemspec :path => '../'

0 comments on commit 871b33f

Please sign in to comment.