Skip to content

Commit

Permalink
Changed sqlite3 gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
totallymike committed Jun 25, 2013
1 parent 38ada03 commit 1b71606
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :development do
gem "rspec", "~> 2.5.0"
gem 'rspec-rails', "~> 2.5.0"
#gem 'ruby-debug19'
gem 'sqlite3-ruby', :require => 'sqlite3'
gem 'sqlite3'
gem "yard", "~> 0.6.0"
gem "bundler", ">= 1.1.0"
gem "jeweler", "~> 1.8.3"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ GEM
hike (~> 1.2)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.5)
sqlite3 (1.3.7)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
thor (0.14.6)
Expand Down

0 comments on commit 1b71606

Please sign in to comment.