Sha256: 85b8070d62c4c704604dc79ecbc1b897c721e3f0b0e0a00c9349f4437e9d9580
Contents?: true
Size: 558 Bytes
Versions: 4
Compression:
Stored size: 558 Bytes
Contents
source "https://rubygems.org" # Bundler will rely on active-fedora.gemspec for dependency information. gemspec path: File.expand_path('..', __FILE__) gem 'byebug' unless ENV['TRAVIS'] gem 'pry-byebug' unless ENV['CI'] if ENV['RAILS_VERSION'] gem 'activemodel', ENV['RAILS_VERSION'] gem 'rails', ENV['RAILS_VERSION'] else gem 'activemodel', '>= 6.0', '< 8' gem 'rails', '>= 6.0', '< 8' end group :test do gem 'coveralls', require: false gem 'rspec_junit_formatter' gem 'simplecov', require: false end gem 'jruby-openssl', platform: :jruby
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
active-fedora-15.0.1 | Gemfile |
active-fedora-15.0.0 | Gemfile |
active-fedora-14.0.1 | Gemfile |
active-fedora-14.0.0 | Gemfile |