Skip to content

Commit 5453462

Browse files
Update rspec-its requirement from ~> 1.2 to ~> 2.0
Updates the requirements on [rspec-its](https://github.com/rspec/rspec-its) to permit the latest version. - [Changelog](https://github.com/rspec/rspec-its/blob/main/Changelog.md) - [Commits](rspec/rspec-its@v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: rspec-its dependency-version: 2.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 57f9375 commit 5453462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ group :development, :test do
1010
gem "rails", "~> #{ENV['RAILS_VERSION']}" if ENV["RAILS_VERSION"]
1111
gem "rspec", "~> 3.13"
1212
gem "rspec-github", "~> 2.4.0"
13-
gem "rspec-its", "~> 1.2"
13+
gem "rspec-its", "~> 2.0"
1414
end

0 commit comments

Comments
 (0)