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/gemfiles/4.2.gemfile

39 lines
1 KiB
Text
Raw Normal View History

2014-12-24 16:27:51 -05:00
# This file was generated by Appraisal
source "https://rubygems.org"
gem "appraisal", "~> 1.0"
gem "bundler", "~> 1.1"
gem "pry", :github => "pry/pry"
2015-04-03 00:42:53 +09:00
gem "pry-byebug"
gem "rake", "~> 10.0"
gem "rspec-core", ">= 3.2.0", "< 4"
gem "rspec-expectations", ">= 3.2.0", "< 4"
2014-12-24 16:27:51 -05:00
gem "yard"
gem "redcarpet"
gem "pygments.rb"
2015-09-23 23:59:18 -06:00
gem "fssm"
gem "rspec-rails", ">= 3.2.0", "< 4"
2014-12-24 16:27:51 -05:00
gem "shoulda-context", "~> 1.2.0"
gem "sqlite3", :platform => :ruby
gem "pg", :platform => :ruby
2014-12-24 16:27:51 -05:00
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
gem "spring"
gem "spring-commands-rspec"
gem "uglifier", ">= 1.3.0"
2015-01-05 14:00:27 -07:00
gem "coffee-rails", "~> 4.1.0"
2014-12-24 16:27:51 -05:00
gem "jquery-rails"
gem "turbolinks"
gem "sdoc", "~> 0.4.0"
gem "activeresource", "4.0.0"
gem "protected_attributes", "~> 1.0.6"
gem "minitest-reporters"
gem "rails", "~> 4.2.0"
2014-12-24 16:27:51 -05:00
gem "sass-rails", "~> 5.0"
2015-01-05 14:00:27 -07:00
gem "jbuilder", "~> 2.0"
2014-12-24 16:27:51 -05:00
gem "bcrypt", "~> 3.1.7"