thoughtbot--shoulda-matchers/gemfiles/4.0.0.gemfile

39 lines
992 B
Plaintext
Raw Normal View History

# This file was generated by Appraisal
source "https://rubygems.org"
gem "appraisal", "~> 2.0"
gem "bundler", "~> 1.1"
gem "pry", :github => "pry/pry"
2015-04-02 15:42:53 +00:00
gem "pry-byebug"
gem "rake", ">= 10.5.0", "< 11"
2015-10-08 05:26:48 +00:00
gem "rspec", "~> 3.2"
gem "zeus"
2014-06-20 04:44:06 +00:00
gem "yard"
gem "redcarpet"
gem "pygments.rb"
2015-09-24 05:59:18 +00:00
gem "fssm"
gem "rspec-rails", ">= 3.2.0", "< 4"
2013-12-31 19:54:21 +00:00
gem "shoulda-context", "~> 1.2.0"
2014-10-22 06:16:26 +00:00
gem "sqlite3", :platform => :ruby
gem "pg", :platform => :ruby
2014-10-22 06:16:26 +00: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"
gem "coffee-rails", "~> 4.0.0"
gem "jquery-rails"
gem "turbolinks"
gem "sdoc"
2013-12-01 22:57:03 +00:00
gem "activeresource", "4.0.0"
gem "protected_attributes"
gem "minitest-reporters"
gem "rails", "4.0.0"
2014-06-17 04:54:02 +00:00
gem "jbuilder", "~> 1.2"
gem "sass-rails", "~> 4.0.0"
2013-12-01 22:57:03 +00:00
gem "bcrypt-ruby", "~> 3.0.0"