Skip to content

Commit a085c4d

Browse files
build(deps-dev): bump rspec in /gemfiles/rails-main
Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.12.0 to 3.13.0. - [Commits](rspec/rspec-metagem@v3.12.0...v3.13.0) --- updated-dependencies: - dependency-name: rspec dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 669457b commit a085c4d

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

gemfiles/rails-main/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ gem "rails", github: "rails/rails", branch: "main"
1010
group :development, :test do
1111
gem "combustion"
1212
gem "rake", "~> 13.0"
13-
gem "rspec", "~> 3.0"
13+
gem "rspec", "~> 3.13"
1414
gem "rspec-rails"
1515
end

gemfiles/rails-main/Gemfile.lock

+13-13
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ GEM
117117
connection_pool (2.4.1)
118118
crass (1.0.6)
119119
date (3.3.4)
120-
diff-lcs (1.5.0)
120+
diff-lcs (1.5.1)
121121
drb (2.2.0)
122122
ruby2_keywords
123123
erubi (1.12.0)
@@ -183,18 +183,18 @@ GEM
183183
psych (>= 4.0.0)
184184
reline (0.4.2)
185185
io-console (~> 0.5)
186-
rspec (3.12.0)
187-
rspec-core (~> 3.12.0)
188-
rspec-expectations (~> 3.12.0)
189-
rspec-mocks (~> 3.12.0)
190-
rspec-core (3.12.2)
191-
rspec-support (~> 3.12.0)
192-
rspec-expectations (3.12.3)
186+
rspec (3.13.0)
187+
rspec-core (~> 3.13.0)
188+
rspec-expectations (~> 3.13.0)
189+
rspec-mocks (~> 3.13.0)
190+
rspec-core (3.13.0)
191+
rspec-support (~> 3.13.0)
192+
rspec-expectations (3.13.0)
193193
diff-lcs (>= 1.2.0, < 2.0)
194-
rspec-support (~> 3.12.0)
195-
rspec-mocks (3.12.6)
194+
rspec-support (~> 3.13.0)
195+
rspec-mocks (3.13.0)
196196
diff-lcs (>= 1.2.0, < 2.0)
197-
rspec-support (~> 3.12.0)
197+
rspec-support (~> 3.13.0)
198198
rspec-rails (6.1.1)
199199
actionpack (>= 6.1)
200200
activesupport (>= 6.1)
@@ -203,7 +203,7 @@ GEM
203203
rspec-expectations (~> 3.12)
204204
rspec-mocks (~> 3.12)
205205
rspec-support (~> 3.12)
206-
rspec-support (3.12.1)
206+
rspec-support (3.13.0)
207207
ruby2_keywords (0.0.5)
208208
stringio (3.1.0)
209209
thor (1.3.0)
@@ -225,7 +225,7 @@ DEPENDENCIES
225225
pry-byebug
226226
rails!
227227
rake (~> 13.0)
228-
rspec (~> 3.0)
228+
rspec (~> 3.13)
229229
rspec-rails
230230
texd!
231231

0 commit comments

Comments
 (0)