Skip to content

Commit 9f5c143

Browse files
Merge pull request #281 from indirect/dependabot/bundler/rspec-rails-7.1.0
Bump rspec-rails from 7.0.0 to 7.1.0
2 parents 873694f + 2a544d6 commit 9f5c143

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ gem "matrix", "~> 0.4.2"
1010
gem "nokogiri", "~> 1.16"
1111
gem "pry", "~> 0.15.0"
1212
gem "rake", "~> 13.2"
13-
gem "rspec-rails", "~> 7.0"
13+
gem "rspec-rails", "~> 7.1"
1414
gem "sprockets-rails", "~> 3.5"
1515
gem "sqlite3", "~> 2.0"

Gemfile.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -194,15 +194,15 @@ GEM
194194
regexp_parser (2.9.0)
195195
reline (0.5.11)
196196
io-console (~> 0.5)
197-
rspec-core (3.13.0)
197+
rspec-core (3.13.2)
198198
rspec-support (~> 3.13.0)
199-
rspec-expectations (3.13.2)
199+
rspec-expectations (3.13.3)
200200
diff-lcs (>= 1.2.0, < 2.0)
201201
rspec-support (~> 3.13.0)
202-
rspec-mocks (3.13.1)
202+
rspec-mocks (3.13.2)
203203
diff-lcs (>= 1.2.0, < 2.0)
204204
rspec-support (~> 3.13.0)
205-
rspec-rails (7.0.0)
205+
rspec-rails (7.1.0)
206206
actionpack (>= 7.0)
207207
activesupport (>= 7.0)
208208
railties (>= 7.0)
@@ -247,7 +247,7 @@ DEPENDENCIES
247247
pry (~> 0.15.0)
248248
rails-footnotes!
249249
rake (~> 13.2)
250-
rspec-rails (~> 7.0)
250+
rspec-rails (~> 7.1)
251251
sprockets-rails (~> 3.5)
252252
sqlite3 (~> 2.0)
253253

0 commit comments

Comments
 (0)