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

38 lines
951 B
Plaintext
Raw Normal View History

2016-09-04 03:31:40 +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"
2016-09-04 03:31:40 +00:00
gem "bundler", "~> 1.1"
gem "pry"
2016-09-04 03:31:40 +00:00
gem "pry-byebug"
2018-01-26 03:27:39 +00:00
gem "rake", "12.3.0"
gem "rspec", "~> 3.6"
2018-01-24 06:01:41 +00:00
gem "zeus", require: false
2016-09-04 03:31:40 +00:00
gem "yard"
gem "redcarpet"
gem "pygments.rb"
gem "fssm"
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", platform: :ruby
gem "pg", platform: :ruby
2016-09-04 03:31:40 +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"
2017-09-18 00:18:50 +00:00
gem "rails", "~> 5.0.6"
gem "rails-controller-testing", ">= 1.0.1"
2017-07-25 06:13:17 +00:00
gem "puma", "~> 3.0"
gem "sass-rails", "~> 5.0"
gem "jquery-rails"
gem "turbolinks", "~> 5"
gem "jbuilder", "~> 2.5"
2016-09-04 03:31:40 +00:00
gem "bcrypt", "~> 3.1.7"
gem "listen", "~> 3.0.5"
2017-07-25 06:13:17 +00:00
gem "spring-watcher-listen", "~> 2.0.0"