Sha256: 33dc74e127bc0282dc5ca9cd820bd832ceb954bfaa291d31c4b77524756548c6

Contents?: true

Size: 471 Bytes

Versions: 17

Compression:

Stored size: 471 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']
gem 'rsolr', ENV['RSOLR_VERSION'] if ENV['RSOLR_VERSION']

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

gem 'jruby-openssl', platform: :jruby

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
active-fedora-11.2.1 Gemfile
active-fedora-11.5.4 Gemfile
active-fedora-11.5.3 Gemfile
active-fedora-11.5.2 Gemfile
active-fedora-11.5.0 Gemfile
active-fedora-11.4.1 Gemfile
active-fedora-11.4.0 Gemfile
active-fedora-11.3.1 Gemfile
active-fedora-11.3.0 Gemfile
active-fedora-11.2.0 Gemfile
active-fedora-11.1.6 Gemfile
active-fedora-11.1.5 Gemfile
active-fedora-11.1.4 Gemfile
active-fedora-11.1.3 Gemfile
active-fedora-11.1.2 Gemfile
active-fedora-11.1.1 Gemfile
active-fedora-11.1.0 Gemfile