Sha256: a70a962d125e11c6a3f10bf48bf52457156b92aaa069702dfafd434f0c768415
Contents?: true
Size: 952 Bytes
Versions: 3
Compression:
Stored size: 952 Bytes
Contents
source 'https://rubygems.org' gem 'rails', '~> 3.2' 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
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
impressionist-1.5.2 | tests/test_app/Gemfile |
impressionist2-1.5.3 | tests/test_app/Gemfile |
impressionist2-1.5.1 | tests/test_app/Gemfile |