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

29 lines
757 B
Text
Raw Normal View History

2013-02-27 22:05:15 -05:00
source 'https://rubygems.org'
2014-10-22 00:16:26 -06:00
gem 'appraisal', '~> 1.0'
gem 'aruba'
gem 'bourne', '~> 1.3'
gem 'bundler', '~> 1.1'
gem 'pry-nav'
gem 'rails', '~> 3.0'
gem 'rake', '>= 0.9.2'
2014-06-17 01:54:02 -03:00
gem 'rspec-rails', '>= 2.99.0'
2014-06-19 22:44:06 -06:00
# YARD
gem 'yard'
gem 'redcarpet'
gem 'pygments.rb'
gem 'watchr'
# For test Rails application
2013-12-31 17:54:21 -02:00
gem 'shoulda-context', '~> 1.2.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
2012-04-13 10:11:42 -04:00
gem 'therubyrhino', :platform => :jruby