Skip to content

Commit

Permalink
Merge pull request #102 from AlfonsoUceda/increase-rspec-rails-restri…
Browse files Browse the repository at this point in the history
…ction

Rspec-rails dependencies has been relaxed to 6.2.0 from 6.1.0
  • Loading branch information
apotonick authored Dec 20, 2023
2 parents c14e72a + 7ba223a commit f6a53f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-cells.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
end
s.require_paths = ["lib"]

s.add_runtime_dependency 'rspec-rails', ">= 3.0.0", "< 6.1.0"
s.add_runtime_dependency 'rspec-rails', ">= 3.0.0", "< 6.2.0"
s.add_runtime_dependency "cells", ">= 4.0.0", "< 6.0.0"


Expand Down

0 comments on commit f6a53f6

Please sign in to comment.