Skip to content

Commit

Permalink
Temporarily lock mysql2 < 0.4.0 to ensure mysql builds run.
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Nov 2, 2015
1 parent 23c3ceb commit 19108b2
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end

platforms :ruby do
gem 'sqlite3'
gem 'mysql2', (MYSQL2_VERSION if defined? MYSQL2_VERSION)
gem 'mysql2', "< 0.4.0"
gem 'pg'
end

Expand Down
Empty file removed gemfiles/Gemfile.rails-3.0.rb
Empty file.
2 changes: 1 addition & 1 deletion gemfiles/rails_4.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

platforms :ruby do
gem "sqlite3"
gem "mysql2", nil
gem "mysql2", "< 0.4.0"
gem "pg"
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

platforms :ruby do
gem "sqlite3"
gem "mysql2", nil
gem "mysql2", "< 0.4.0"
gem "pg"
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end

platforms :ruby do
gem "sqlite3"
gem "mysql2", nil
gem "mysql2", "< 0.4.0"
gem "pg"
end

Expand Down

0 comments on commit 19108b2

Please sign in to comment.