Skip to content

Commit

Permalink
FIX: relax versions dependencies to support rspec 4
Browse files Browse the repository at this point in the history
sds#38

Ref: #kraken-818
  • Loading branch information
nastya-soroko committed Aug 18, 2021
1 parent 827993f commit 9913ed2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions db-query-matchers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_runtime_dependency 'activesupport', '>= 4.0', "< 7"
spec.add_runtime_dependency 'rspec', '~> 3.0'
spec.add_runtime_dependency 'rspec', '>= 3.0'

spec.add_development_dependency 'activerecord', '>= 4.0', "< 7"
spec.add_development_dependency 'sqlite3'
spec.add_development_dependency "appraisal", "~> 2.0"
spec.add_development_dependency "appraisal", ">= 2.0"

spec.required_ruby_version = ">= 1.9.2"
end
2 changes: 1 addition & 1 deletion lib/db_query_matchers/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Defines the gem version.
module DBQueryMatchers
VERSION = '0.10.0'
VERSION = '0.11.0'
end

0 comments on commit 9913ed2

Please sign in to comment.