Sha256: e25c356f696a37f4a14ccf6c1f3b4f72698ac65bba2eed027315e01e0a1a2fef

Contents?: true

Size: 954 Bytes

Versions: 2

Compression:

Stored size: 954 Bytes

Contents

source 'https://rubygems.org'

gem 'rails', '~> 5.0.0'

gem 'impressionist', :path => '../../'

platforms :jruby do
  gem 'activerecord-jdbcsqlite3-adapter'
  gem 'jdbc-sqlite3'
  gem 'jruby-openssl'
end

platforms :ruby, :mswin, :mingw do
  gem 'pg'
  gem 'sqlite3'
  gem 'mysql2'
  gem 'mongoid', '~> 3.1'
  gem 'bson_ext'
end

gem 'json'

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

  # See https://github.com/sstephenson/execjs#readme for more supported runtimes
  # gem 'therubyracer'

  gem 'uglifier', '>= 1.0.3'
end

group :development, :test do
  gem 'autotest-notification'
  gem 'rspec-rails', '~> 2.14.0'
  gem 'spork'

  # test/unit has been removed by default in Ruby 2.2.x+
  gem 'test-unit'
end

group :test do
  gem 'capybara'
  gem 'simplecov'
  gem 'systemu'
end

gem 'jquery-rails'
gem 'friendly_id', '~> 4.0.9'

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
impressionist2-1.5.5 tests/test_app/Gemfile
impressionist2-1.5.4 tests/test_app/Gemfile