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 Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ group :development, :test do
gem 'factory_bot_rails', '~> 6.5'

# Code coverage
gem 'simplecov', '~> 1.0', require: false
gem 'simplecov', '~> 1.1', require: false

# Shoulda-matchers for writing better tests on models.
gem 'shoulda-matchers', '8.0.1'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ GEM
logger
shoulda-matchers (8.0.1)
activesupport (>= 7.2)
simplecov (1.0.3)
simplecov (1.1.1)
sparql (3.3.2)
builder (~> 3.2, >= 3.2.4)
ebnf (~> 2.5)
Expand Down Expand Up @@ -534,7 +534,7 @@ DEPENDENCIES
sentry-rails (~> 6.4.0)
sentry-ruby (~> 6.4.0)
shoulda-matchers (= 8.0.1)
simplecov (~> 1.0)
simplecov (~> 1.1)
sparql (~> 3.3.2)
webmock (~> 3.26)

Expand Down Expand Up @@ -702,7 +702,7 @@ CHECKSUMS
sentry-rails (6.4.1) sha256=fb800a375533f2fff3101f26a1a32bdce0a4b99b16cd5be7b64b15e93bcb58e8
sentry-ruby (6.4.1) sha256=dac04976f791ad6ecd4fd30440c29d9b73aee08f790eeca73b439b5d67370f38
shoulda-matchers (8.0.1) sha256=5dbb46e5765b9da225111b085e0819e8c8a121ff94bba430a153eb1ea2c60288
simplecov (1.0.3) sha256=38ef0514f16ae7562f0d0f4df02610071115103d301b6de7dacbcc000082e39b
simplecov (1.1.1) sha256=25825ef13f0b2e74694d769817dad6ab8e90131dabdaa666e522fea105521e78
sparql (3.3.2) sha256=20d73a62801fd6d03c834ca5012c11aaf6594ef536f554e92fd94bf9b3ed64dc
sparql-client (3.3.0) sha256=71225eefad48dc2baab6b7008df8a9bcfffa833e5f25387dbe87ff52a5cad64e
strscan (3.1.8) sha256=aae2db611a225559f21ffbb71765c9a4e60fd262534a9ea84f4f11c7f32f679e
Expand Down