mirror of
https://github.com/paper-trail-gem/paper_trail.git
synced 2022-11-09 11:33:19 -05:00
Remove defunct: shoulda-matchers
This commit is contained in:
parent
c95086cfa0
commit
dce2514c58
2 changed files with 0 additions and 8 deletions
|
@ -36,14 +36,7 @@ group :development, :test do
|
|||
gem 'pg', '~> 0.17.1'
|
||||
end
|
||||
|
||||
platforms :jruby, :ruby_18 do
|
||||
# shoulda-matchers > 2.0 is not compatible with Ruby18.
|
||||
# Since we can't specify difference between JRuby 18/19, we need to use shoulda-matchers 1.5 for all JRuby testing.
|
||||
gem 'shoulda-matchers', '~> 1.5'
|
||||
end
|
||||
|
||||
platforms :jruby do
|
||||
# Use jRuby's sqlite3 adapter for jRuby
|
||||
gem 'activerecord-jdbcsqlite3-adapter', '~> 1.3'
|
||||
gem 'activerecord-jdbcpostgresql-adapter', '~> 1.3'
|
||||
gem 'activerecord-jdbcmysql-adapter', '~> 1.3'
|
||||
|
|
|
@ -26,7 +26,6 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.add_development_dependency 'rake', '~> 10.1.1'
|
||||
s.add_development_dependency 'shoulda', '~> 3.5'
|
||||
# s.add_development_dependency 'shoulda-matchers', '~> 1.5' # needed for ActiveRecord < 4
|
||||
s.add_development_dependency 'ffaker', '<= 1.31.0'
|
||||
s.add_development_dependency 'railties', ['>= 3.0', '< 5.0']
|
||||
s.add_development_dependency 'sinatra', '~> 1.0'
|
||||
|
|
Loading…
Reference in a new issue