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
2013-02-27 22:05:15 -05:00

15 lines
524 B
Ruby

source 'https://rubygems.org'
gemspec
# For test Rails application
gem 'shoulda-context', '~> 1.0.0'
gem 'sqlite3', :platform => :ruby
# Can't wrap in platform :jruby do...end block because appraisal doesn't support
# it
gem 'activerecord-jdbc-adapter', :platform => :jruby
gem 'activerecord-jdbcsqlite3-adapter', :platform => :jruby
gem 'jdbc-sqlite3', :platform => :jruby
gem 'jruby-openssl', :platform => :jruby
gem 'therubyrhino', :platform => :jruby