Skip to content

Commit

Permalink
add sqlite3 to the test environment bundle for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
bill-auger committed Oct 18, 2014
1 parent 55e46e0 commit bbfbf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -41,11 +41,11 @@ group :development do
gem 'capistrano-rvm', '~> 0.1.0', github: 'capistrano/rvm'
gem 'capistrano-bundler', '>= 1.1.0'
gem 'capistrano-rails', '~> 1.1.0'
gem 'sqlite3', '~> 1.3.8'
gem 'debugger', '~> 1.6.5'
end

group :development, :test do
gem 'sqlite3', '~> 1.3.8'
gem 'factory_girl_rails', '~> 4.3.0'
gem 'rspec-rails', '~> 3.0.0.beta'
end
Expand Down

0 comments on commit bbfbf8b

Please sign in to comment.