Skip to content
Open
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 backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ group :test do
gem 'capybara'
gem 'i18n-tasks', '~> 0.9.34'
gem 'selenium-webdriver', '= 4.0.0.beta1'
gem 'shoulda-matchers', '~> 4.0'
gem 'shoulda-matchers', '~> 5.1'
gem 'simplecov', require: false
end

Expand Down
6 changes: 3 additions & 3 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -416,8 +416,8 @@ GEM
sentry-ruby-core (= 5.3.0)
sentry-ruby-core (5.3.0)
concurrent-ruby
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
shoulda-matchers (5.1.0)
activesupport (>= 5.2.0)
simplecov (0.21.2)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -536,7 +536,7 @@ DEPENDENCIES
selenium-webdriver (= 4.0.0.beta1)
sentry-rails
sentry-ruby
shoulda-matchers (~> 4.0)
shoulda-matchers (~> 5.1)
simplecov
slack-notifier
slim
Expand Down