gemfiles/4.1.gemfile in shoulda-matchers-2.8.0 vs gemfiles/4.1.gemfile in shoulda-matchers-3.0.0.rc1
- old
+ new
@@ -1,23 +1,25 @@
# This file was generated by Appraisal
source "https://rubygems.org"
gem "appraisal", "~> 1.0"
-gem "aruba"
-gem "bourne", "~> 1.3"
gem "bundler", "~> 1.1"
-gem "pry-nav"
-gem "rails", "~> 4.1.0"
-gem "rake", ">= 0.9.2"
-gem "rspec-rails", "~> 3.0.1"
+gem "pry", :github => "pry/pry"
+gem "pry-byebug"
+gem "rake", "~> 10.0"
+gem "rspec-core", ">= 3.2.0", "< 4"
+gem "rspec-expectations", ">= 3.2.0", "< 4"
gem "yard"
gem "redcarpet"
gem "pygments.rb"
-gem "watchr"
+gem "guard"
+gem "guard-yard"
+gem "rspec-rails", ">= 3.2.0", "< 4"
gem "shoulda-context", "~> 1.2.0"
gem "sqlite3", :platform => :ruby
+gem "pg", :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 "therubyrhino", :platform => :jruby
@@ -29,8 +31,9 @@
gem "turbolinks"
gem "sdoc", "~> 0.4.0"
gem "activeresource", "4.0.0"
gem "protected_attributes", "~> 1.0.6"
gem "minitest-reporters"
+gem "rails", "~> 4.1.0"
gem "jbuilder", "~> 2.0"
gem "sass-rails", "~> 4.0.3"
gem "bcrypt", "~> 3.1.7"