mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
b79360441d
> Use a pessimistic version in the Gemfile for gems that follow semantic > versioning, such as rspec, factory_girl, and capybara. https://github.com/thoughtbot/guides/tree/master/best-practices * Upgrade dependencies so specs run on new Bourne. * Use semantic versions in step_definitions gems. * Rely on ActiveSupport::Dependencies.clear for reloading constants. http://rkh.im/code-reloading
16 lines
No EOL
442 B
Text
16 lines
No EOL
442 B
Text
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "shoulda-context", "~> 1.0.0"
|
|
gem "sqlite3", :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
|
|
gem "rails", "~> 3.1.8"
|
|
gem "jquery-rails"
|
|
gem "sass-rails"
|
|
|
|
gemspec :path=>"../" |