Skip to content

Commit

Permalink
Pin sqlite3 to avoid broken version on rbx
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Souza committed Mar 12, 2014
1 parent 9b929a9 commit a519588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -24,7 +24,7 @@ end
platform :ruby do
gem 'mysql2', '~> 0.3'
gem 'pg', '~> 0.17'
gem 'sqlite3', '~> 1.3'
gem 'sqlite3', '1.3.8' # 1.3.9 broken on rbx

gem 'newrelic_rpm', '~> 3.6'
gem 'unicorn', '~> 4.7'
Expand Down

0 comments on commit a519588

Please sign in to comment.