Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ end

group :development, :test do
# Use RSpec for Behaviour testing
gem 'rspec-rails', '~> 6'
gem 'rspec-rails', '~> 8'

gem 'rubocop', '~> 1.73'

Expand Down
36 changes: 19 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ GEM
warden (~> 1.2.3)
devise-multi_email (3.0.1)
devise
diff-lcs (1.5.1)
diff-lcs (1.6.2)
docile (1.4.0)
docker-api (2.4.0)
excon (>= 0.64.0)
Expand All @@ -220,13 +220,14 @@ GEM
dotenv-rails (3.1.7)
dotenv (= 3.1.7)
railties (>= 6.1)
drb (2.2.1)
drb (2.2.3)
edge (0.6.1)
activerecord (>= 5.0.0)
email_spec (2.3.0)
htmlentities (~> 4.3.3)
launchy (>= 2.1, < 4.0)
mail (~> 2.7)
erb (5.0.1)
erubi (1.13.1)
et-orbi (1.2.11)
tzinfo
Expand Down Expand Up @@ -390,7 +391,7 @@ GEM
rake
mini_magick (4.13.2)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
mini_portile2 (2.8.9)
minitest (5.25.5)
multi_json (1.15.0)
multipart-post (2.4.1)
Expand Down Expand Up @@ -433,15 +434,15 @@ GEM
pragmatic_segmenter (0.3.24)
prettyprint (0.2.0)
progress (3.6.0)
psych (5.2.4)
psych (5.2.6)
date
stringio
public_suffix (6.0.1)
puma (6.6.0)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.14)
rack (3.1.15)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-mini-profiler (3.3.1)
Expand Down Expand Up @@ -471,7 +472,7 @@ GEM
actionpack (>= 5.0.1.rc1)
actionview (>= 5.0.1.rc1)
activesupport (>= 5.0.1.rc1)
rails-dom-testing (2.2.0)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
Expand All @@ -494,7 +495,8 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rdoc (6.13.1)
rdoc (6.14.0)
erb
psych (>= 4.0.0)
recaptcha (5.19.0)
record_tag_helper (1.0.1)
Expand Down Expand Up @@ -540,28 +542,28 @@ GEM
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
rspec-mocks (~> 3.13.0)
rspec-core (3.13.0)
rspec-core (3.13.3)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.1)
rspec-expectations (3.13.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-html-matchers (0.10.0)
nokogiri (~> 1)
rspec (>= 3.0.0.a)
rspec-mocks (3.13.1)
rspec-mocks (3.13.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (6.1.5)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
rspec-rails (8.0.0)
actionpack (>= 7.2)
activesupport (>= 7.2)
railties (>= 7.2)
rspec-core (~> 3.13)
rspec-expectations (~> 3.13)
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-retry (0.6.2)
rspec-core (> 3.3)
rspec-support (3.13.1)
rspec-support (3.13.3)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.73.2)
Expand Down Expand Up @@ -679,7 +681,7 @@ GEM
nokogiri (~> 1.8)
yajl-ruby (1.4.3)
yard (0.9.37)
zeitwerk (2.7.2)
zeitwerk (2.7.3)

PLATFORMS
ruby
Expand Down Expand Up @@ -757,7 +759,7 @@ DEPENDENCIES
rollbar (>= 1.5.3)
rouge (~> 3)
rspec-html-matchers
rspec-rails (~> 6)
rspec-rails (~> 8)
rspec-retry
rspec_junit_formatter
rubocop (~> 1.73)
Expand Down