Sha256: 8fde7fc92b4dc707170b5ba42a64bc54e5499c06ea3816d25122a9267d697daa

Contents?: true

Size: 457 Bytes

Versions: 4

Compression:

Stored size: 457 Bytes

Contents

source "http://rubygems.org"

# Specify your gem's dependencies in roar-rails.gemspec
gemspec

group :test do
  # gem 'roar', path: "../roar" #">= 0.11.17"
  # gem 'representable', path: "../representable"
  gem 'rake', '10.1.0'
end

respond_to?(:install_if) and
  install_if -> { RUBY_VERSION < '2.2.2' } do
  gem 'actionpack',   '~> 4.2.0'
  gem 'activemodel',  '~> 4.2.0'
  gem 'activerecord', '~> 4.2.0'
end

gem 'nokogiri', '~> 1.6.8'

gem 'appraisal'

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/roar-rails-1.2.0/Gemfile
roar-rails-1.2.0 Gemfile
roar-rails-1.1.0 Gemfile
roar-rails-1.0.2 Gemfile