Sha256: 626137687942ae3f6116e81242285e63b83a2a216f00fbb6a4a392c39cb8e5c1
Contents?: true
Size: 757 Bytes
Versions: 3
Compression:
Stored size: 757 Bytes
Contents
source 'https://rubygems.org' 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' gem 'rspec-rails', '>= 2.99.0' # YARD gem 'yard' gem 'redcarpet' gem 'pygments.rb' gem 'watchr' # For test Rails application 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 gem 'therubyrhino', :platform => :jruby
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
ish_lib_manager-0.0.1 | test/dummy/vendor/bundle/ruby/2.3.0/gems/shoulda-matchers-2.8.0/Gemfile |
shoulda-matchers-2.8.0 | Gemfile |
shoulda-matchers-2.8.0.rc2 | Gemfile |