Sha256: 184255b7924bb5282e135c173f28d98458b162ac0d935af72dafcdb6b30951c5

Contents?: true

Size: 443 Bytes

Versions: 16

Compression:

Stored size: 443 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']

gem 'activemodel', ENV['RAILS_VERSION'] if ENV['RAILS_VERSION']

group :test do
  gem 'simplecov', require: false
  gem 'coveralls', require: false
  gem 'rspec_junit_formatter'
end

gem 'jruby-openssl', platform: :jruby

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
active-fedora-12.2.4 Gemfile
active-fedora-13.2.7 Gemfile
active-fedora-13.2.5 Gemfile
active-fedora-13.2.4 Gemfile
active-fedora-12.2.3 Gemfile
active-fedora-13.2.3 Gemfile
active-fedora-13.2.2 Gemfile
active-fedora-13.2.0 Gemfile
active-fedora-13.1.3 Gemfile
active-fedora-12.2.2 Gemfile
active-fedora-12.2.1 Gemfile
active-fedora-13.1.2 Gemfile
active-fedora-13.1.1 Gemfile
active-fedora-13.1.0 Gemfile
active-fedora-13.0.0 Gemfile
active-fedora-12.1.1 Gemfile