1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/Gemfile
2011-09-18 21:39:18 +07:00

12 lines
359 B
Ruby

source 'http://rubygems.org'
gemspec
gem 'rake', '~> 0.9.2'
# For test Rails application
gem 'sqlite3', :platform => :ruby
gem 'activerecord-jdbc-adapter', :platform => :jruby
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
gem 'jdbc-sqlite3', :platform => :jruby
gem 'jruby-openssl', :platform => :jruby
gem 'shoulda-context', '~> 1.0.0.beta1'