Sha256: 16f9e893b8fb0ec4b5467388ece20624a2f7a2b106364c6b96bfe70f8d87fdd9

Contents?: true

Size: 1001 Bytes

Versions: 26

Compression:

Stored size: 1001 Bytes

Contents

#-*- mode: ruby -*-

source 'https://rubygems.org'
ruby '1.9.3', engine: 'jruby', engine_version: '1.7.12'

gem 'rack',                           '~> 1.5.2'
gem 'activerecord',                   '~> 4.1.1'
gem 'activerecord-jdbcmysql-adapter', '~> 1.3.7'
gem 'newrelic_rpm'
gem 'aws-sdk',                        '~> 1.40.2'
gem 'grape',                          '~> 0.7.0'

group :test do
  gem 'codeclimate-test-reporter',                  require: false
  gem 'rspec-mocks',                 '~> 2.14.1'
  gem 'rspec',                       '~> 2.14.1'
  gem 'simplecov',                   '~> 0.8.2',    require: false
  gem 'thor',                        '~> 0.18.1',   require: false
  gem 'vcr',                         '~> 2.8.0'
  gem 'webmock',                     '~> 1.16.0'
  gem 'fake_sqs',                    '~> 0.1.0'
  gem 'rack-test',                   '~> 0.6.2'
  gem 'database_cleaner',            '~> 1.2.0'
  gem 'shoulda-matchers',            '~> 2.6.1'
end

# vim: syntax=Ruby

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
maven-tools-1.2.1 spec/gemfile_with_test_group/Gemfile
maven-tools-1.2.0 spec/gemfile_with_test_group/Gemfile
maven-tools-1.2.0.pre1 spec/gemfile_with_test_group/Gemfile
maven-tools-1.1.7 spec/gemfile_with_test_group/Gemfile
maven-tools-1.1.6 spec/gemfile_with_test_group/Gemfile
maven-tools-1.1.4 spec/gemfile_with_test_group/Gemfile
maven-tools-1.1.3 spec/gemfile_with_test_group/Gemfile
maven-tools-1.1.2 spec/gemfile_with_test_group/Gemfile
maven-tools-1.1.1 spec/gemfile_with_test_group/Gemfile
maven-tools-1.1.0 spec/gemfile_with_test_group/Gemfile
maven-tools-1.0.13 spec/gemfile_with_test_group/Gemfile
maven-tools-1.0.12 spec/gemfile_with_test_group/Gemfile
maven-tools-1.0.11 spec/gemfile_with_test_group/Gemfile
maven-tools-1.0.10 spec/gemfile_with_test_group/Gemfile
maven-tools-1.0.9 spec/gemfile_with_test_group/Gemfile
maven-tools-1.0.8 spec/gemfile_with_test_group/Gemfile
maven-tools-1.0.7 spec/gemfile_with_test_group/Gemfile
maven-tools-1.0.6 spec/gemfile_with_test_group/Gemfile
maven-tools-1.0.5 spec/gemfile_with_test_group/Gemfile
maven-tools-1.0.4 spec/gemfile_with_test_group/Gemfile