Sha256: f9b7d32a296df6373cd525a312c5e1605ac346446457c1ecf617ac9a41598b2a
Contents?: true
Size: 649 Bytes
Versions: 6
Compression:
Stored size: 649 Bytes
Contents
source 'https://rubygems.org' gem 'rspec' # Behavior Driven Development (BDD) for Ruby gem 'rspec-core' # RSpec runner and example groups. gem 'rspec-expectations' # RSpec matchers for should and should_not. gem 'rspec-mocks' # RSpec test double framework with stubbing and mocking. gem 'rspec-rails' # RSpec version 2.x for Rails version 3.x. # we need both, for JRuby testing of Excel and non JRuby csv platform :jruby do gem 'jruby-openssl' gem 'activerecord-jdbcsqlite3-adapter' end platform :ruby do gem 'sqlite3' end # DEFINE WHICH VERSIONS WE WANT TO TEST WITH gem 'rails', '3.2.8' gem 'spreadsheet' gem 'paperclip'
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
datashift-0.13.0 | spec/Gemfile |
datashift-0.12.1 | spec/Gemfile |
datashift-0.12.0 | spec/Gemfile |
datashift-0.11.1 | spec/Gemfile |
datashift-0.11.0 | spec/Gemfile |
datashift-0.10.2 | spec/Gemfile |