Sha256: dc6c5c746898937ea6f3a6c63c2202e010908f999098efdb356de9ae1d5da915

Contents?: true

Size: 595 Bytes

Versions: 7

Compression:

Stored size: 595 Bytes

Contents

source 'https://rubygems.org'

gem 'rails'

# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'
gem 'hydra-head'
gem 'hydra-collections'

# Gems used only for assets and not required
# in production environments by default.
group :assets do
  gem 'sass-rails',   '~> 3.2.3'
  gem 'coffee-rails', '~> 3.2.1'

  # See https://github.com/sstephenson/execjs#readme for more supported runtimes
  #gem 'therubyracer', :platforms => :ruby

  gem 'uglifier', '>= 1.0.3'
end

gem 'jquery-rails'

gem 'hydra-batch-edit', :path=>'../../'
gem 'rspec-rails'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hydra-batch-edit-2.1.0 spec/support/Gemfile
hydra-batch-edit-2.0.2 spec/support/Gemfile
hydra-batch-edit-1.1.1 spec/support/Gemfile
hydra-batch-edit-1.1.0 spec/support/Gemfile
hydra-batch-edit-1.0.2 spec/support/Gemfile
hydra-batch-edit-1.0.1 spec/support/Gemfile
hydra-batch-edit-1.0.0 spec/support/Gemfile