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

34 lines
761 B
Plaintext
Raw Permalink 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"
gem "rake", "13.0.1"
gem "rspec", "~> 3.9"
gem "rubocop", require: false
2019-06-09 18:19:21 +00:00
gem "rubocop-rails", require: false
2018-01-24 06:01:41 +00:00
gem "zeus", require: false
2016-09-04 03:31:40 +00:00
gem "fssm"
gem "pygments.rb"
gem "redcarpet"
gem "yard"
2016-09-04 03:31:40 +00:00
gem "spring"
gem "spring-commands-rspec"
gem "rspec-rails", "~> 3.9"
2017-09-17 23:10:00 +00:00
gem "shoulda-context", "~> 1.2.0"
gem "rails-controller-testing", ">= 1.0.1"
gem "rails", "5.0.7.2"
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"
gem "pg", "~> 0.18"
gem "sqlite3", "~> 1.3.6"