mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
b7e02184d9
- bump rubocop to v1.0 - Fix Layout/MultilineAssignmentLayout and other remaining offences - Exculde appraisal generated gemfiles in rubocop - Replace NON_NUMERIC_VALUE constant with instance method against failing test case in rails <= 5.1 and postgres adapter. This is a defect in rails where a frozen string is modified in https://github.com/rails/rails/blob/v5.1.7/activerecord/lib/active_record/connection_adapters/postgresql/oid/money.rb#L25
38 lines
929 B
Text
38 lines
929 B
Text
# This file was generated by Appraisal
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "appraisal", "2.2.0"
|
|
gem "bundler", "~> 1.1"
|
|
gem "pry"
|
|
gem "pry-byebug"
|
|
gem "rake", "13.0.1"
|
|
gem "rspec", "~> 3.9"
|
|
gem "rubocop", require: false
|
|
gem "rubocop-packaging", require: false
|
|
gem "rubocop-rails", require: false
|
|
gem "warnings_logger"
|
|
gem "zeus", require: false
|
|
gem "fssm"
|
|
gem "redcarpet"
|
|
gem "rouge"
|
|
gem "yard"
|
|
gem "spring"
|
|
gem "spring-commands-rspec"
|
|
gem "rspec-rails", "~> 3.9"
|
|
gem "shoulda-context", "~> 1.2.0"
|
|
gem "rails-controller-testing", ">= 1.0.1"
|
|
gem "rails", "5.2.4.1"
|
|
gem "puma", "~> 3.11"
|
|
gem "bootsnap", ">= 1.1.0", require: false
|
|
gem "sass-rails", "~> 5.0"
|
|
gem "turbolinks", "~> 5"
|
|
gem "jbuilder", "~> 2.5"
|
|
gem "bcrypt", "~> 3.1.7"
|
|
gem "capybara", "~> 3.1.1"
|
|
gem "selenium-webdriver"
|
|
gem "chromedriver-helper"
|
|
gem "listen", ">= 3.0.5", "< 3.2"
|
|
gem "spring-watcher-listen", "~> 2.0.0"
|
|
gem "pg", "~> 0.18"
|
|
gem "sqlite3", "~> 1.3.6"
|