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 @@ -16,4 +16,4 @@ group :test do
gem 'simplecov-rcov'
end

gem 'activesupport', '~> 5.2.0'
gem 'activesupport', '~> 6.1.7'
25 changes: 13 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.8)
activesupport (6.1.7.3)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
ast (2.4.2)
builder (3.2.4)
ci_reporter (2.0.0)
Expand All @@ -15,16 +16,16 @@ GEM
rspec (>= 2.14, < 4)
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
docile (1.4.0)
git (1.7.0)
rchardet (~> 1.8)
gnuplot (2.6.2)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
method_source (1.0.0)
minitest (5.15.0)
minitest (5.18.0)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
Expand Down Expand Up @@ -75,23 +76,24 @@ GEM
sync (0.5.0)
term-ansicolor (1.7.1)
tins (~> 1.0)
thread_safe (0.3.6)
tins (1.31.1)
sync
tzinfo (1.2.9)
thread_safe (~> 0.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
webrick (1.7.0)
yard (0.9.28)
webrick (~> 1.7.0)
zeitwerk (2.6.7)

PLATFORMS
aarch64-linux
riscv64-linux
ruby
x86_64-linux

DEPENDENCIES
activesupport (~> 5.2.0)
activesupport (~> 6.1.7)
ci_reporter_rspec
colorize
git (~> 1.7.0)
Expand All @@ -104,4 +106,3 @@ DEPENDENCIES
simplecov
simplecov-rcov
term-ansicolor