Skip to content
Draft
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 .app-image-tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.11.0.19
v0.11.0.20
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ group :test do
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.88"
gem "rubocop-rspec", "~> 3.10.2"
gem "simplecov", "~> 0.22.0"
gem "simplecov", "~> 1.0.0"
gem "timecop"
end

Expand Down
10 changes: 2 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ GEM
logger
diff-lcs (1.6.2)
digest (3.2.1)
docile (1.4.1)
drb (2.2.3)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -117,12 +116,7 @@ GEM
rubocop (~> 1.86, >= 1.86.2)
ruby-progressbar (1.13.0)
securerandom (0.4.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
simplecov (1.0.0)
thor (1.4.0)
timecop (0.9.11)
timeout (0.6.1)
Expand Down Expand Up @@ -157,7 +151,7 @@ DEPENDENCIES
rspec (~> 3.13)
rubocop (~> 1.88)
rubocop-rspec (~> 3.10.2)
simplecov (~> 0.22.0)
simplecov (~> 1.0.0)
timecop
trilogy (~> 2.12)
yard
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ar_7.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ group :test do
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.88"
gem "rubocop-rspec", "~> 3.10.2"
gem "simplecov", "~> 0.22.0"
gem "simplecov", "~> 1.0.0"
gem "timecop"
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ar_8.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ group :test do
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.88"
gem "rubocop-rspec", "~> 3.10.2"
gem "simplecov", "~> 0.22.0"
gem "simplecov", "~> 1.0.0"
gem "timecop"
end

Expand Down
2 changes: 1 addition & 1 deletion gemfiles/ar_8.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ group :test do
gem "rspec", "~> 3.13"
gem "rubocop", "~> 1.88"
gem "rubocop-rspec", "~> 3.10.2"
gem "simplecov", "~> 0.22.0"
gem "simplecov", "~> 1.0.0"
gem "timecop"
end

Expand Down
Loading