Skip to content

Commit

Permalink
Follow b2fac02 in gemspec
Browse files Browse the repository at this point in the history
oldest file is only provided for testing purpose, we need to clarify it in gemspec
  • Loading branch information
kachick committed Feb 1, 2025
1 parent 46714a9 commit 64f9c0f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rspec-matchers-power_assert_matchers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ Gem::Specification.new do |gem|
'rubygems_mfa_required' => 'true'
}

gem.add_dependency('rspec', '>= 3.5.0', '< 4.0')
# Actuallay required rspec-core 3.13.2 or later, however they only releases 3.13.0 for the meta gem
# See GH-267 and https://github.com/rspec/rspec/commit/3fc400f466e30d1df19688df6164bf2b5937f570 for detail
gem.add_dependency('rspec', '>= 3.13.0', '< 4.0')
gem.add_dependency('power_assert', '>= 2.0.3', '< 3.0')
gem.add_dependency('irb', '>= 1.4.0', '< 2.0') # To colorize

Expand Down

0 comments on commit 64f9c0f

Please sign in to comment.