thoughtbot--shoulda-matchers/gemfiles/rails_4_2.gemfile

41 lines
1.0 KiB
Plaintext
Raw Normal View History

2014-12-24 21:27:51 +00:00
# This file was generated by Appraisal
source "https://rubygems.org"
2018-01-24 06:01:41 +00:00
gem "appraisal", "2.2.0"
2014-12-24 21:27:51 +00:00
gem "bundler", "~> 1.1"
gem "pry"
2015-04-02 15:42:53 +00:00
gem "pry-byebug"
2019-01-29 07:29:46 +00:00
gem "rake", "12.3.2"
gem "rspec", "~> 3.6"
gem "rubocop", require: false
2018-01-24 06:01:41 +00:00
gem "zeus", require: false
2015-09-24 05:59:18 +00:00
gem "fssm"
gem "pygments.rb"
gem "redcarpet"
gem "yard"
2018-01-24 06:01:41 +00:00
gem "activerecord-jdbc-adapter", platform: :jruby
gem "activerecord-jdbcsqlite3-adapter", platform: :jruby
gem "jdbc-sqlite3", platform: :jruby
gem "jruby-openssl", platform: :jruby
gem "therubyrhino", platform: :jruby
gem "sqlite3", "~> 1.3.6", platform: :ruby
2014-12-24 21:27:51 +00:00
gem "spring"
gem "spring-commands-rspec"
2017-09-17 23:10:00 +00:00
gem "minitest-reporters"
gem "rspec-rails", "~> 3.6"
gem "shoulda-context", "~> 1.2.0"
2019-03-17 22:44:06 +00:00
gem "rails", "~> 4.2.11.1"
2014-12-24 21:27:51 +00:00
gem "sass-rails", "~> 5.0"
2017-09-18 00:18:50 +00:00
gem "uglifier", ">= 1.3.0"
gem "coffee-rails", "~> 4.1.0"
2017-09-18 00:18:50 +00:00
gem "jquery-rails"
gem "turbolinks"
gem "jbuilder", "~> 2.0"
2018-01-24 06:01:41 +00:00
gem "sdoc", "~> 0.4.0", group: :doc
2014-12-24 21:27:51 +00:00
gem "bcrypt", "~> 3.1.7"
2017-09-18 00:18:50 +00:00
gem "activeresource", "4.0.0"
gem "json", "~> 1.4"
gem "protected_attributes", "~> 1.0.6"
gem "pg", "~> 0.15", platform: :ruby