Skip to content

Commit

Permalink
Do not force sqlite3-ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
fesplugas committed Jan 25, 2011
1 parent 231507f commit cf60ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "paperclip"
gem "rack-cache", :require => "rack/cache"
gem "rails", "~> 3.0"

gem 'sqlite3-ruby', '1.2.1'
gem "sqlite3-ruby", :require => "sqlite3"

# Keep this here because I use it as reference for development.
gem "fastercsv", "1.5.3" if RUBY_VERSION < '1.9'
Expand Down

0 comments on commit cf60ad5

Please sign in to comment.