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 @@ -53,7 +53,7 @@ group :development, :test do
gem "rswag-specs"
end

gem "simplecov", "~> 1.0.3", group: :test
gem "simplecov", "~> 1.1.1", group: :test

# OpenAPI/Swagger documentation serving
gem "rswag-api"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ GEM
rubocop-rails (>= 2.30)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
simplecov (1.0.3)
simplecov (1.1.1)
sin_lru_redux (2.5.3)
sshkit (1.25.0)
base64
Expand Down Expand Up @@ -342,7 +342,7 @@ DEPENDENCIES
rswag-specs
rswag-ui
rubocop-rails-omakase
simplecov (~> 1.0.3)
simplecov (~> 1.1.1)
thruster
tzinfo-data

Expand Down
Loading