Update Ruby and gems

This commit is contained in:
Hakan Ensari 2023-02-28 16:49:19 +00:00
parent 4b33029e22
commit bbbd280762
No known key found for this signature in database
3 changed files with 49 additions and 47 deletions

View File

@ -1 +1 @@
3.1.1
3.2.1

View File

@ -1,4 +1,4 @@
FROM ruby:3.1.1
FROM ruby:3.2.1
RUN mkdir /app
WORKDIR /app

View File

@ -1,101 +1,103 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.2)
crack (0.4.5)
rexml
docile (1.4.0)
et-orbi (1.2.6)
et-orbi (1.2.7)
tzinfo
fugit (1.5.2)
et-orbi (~> 1.1, >= 1.1.8)
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
hashdiff (1.0.1)
i18n (1.10.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
json (2.6.3)
kgio (2.11.4)
method_source (1.0.0)
minitest (5.15.0)
minitest (5.17.0)
minitest-around (0.5.0)
minitest (~> 5.0)
minitest-focus (1.3.1)
minitest (>= 4, < 6)
money (6.16.0)
i18n (>= 0.6.4, <= 2)
oj (3.13.11)
ox (2.14.9)
parallel (1.21.0)
parser (3.1.1.0)
oj (3.14.2)
ox (2.14.14)
parallel (1.22.1)
parser (3.2.1.0)
ast (~> 2.4.1)
pg (1.3.3)
pry (0.13.1)
pg (1.4.6)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.9.0)
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.6)
pry (>= 0.13, < 0.15)
public_suffix (5.0.1)
raabro (1.4.0)
rack (2.2.3)
rack (2.2.6.2)
rack-contrib (2.3.0)
rack (~> 2.0)
rack-cors (1.1.1)
rack-cors (2.0.0)
rack (>= 2.0.0)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-test (2.0.2)
rack (>= 1.3)
rainbow (3.1.1)
raindrops (0.20.0)
raindrops (0.20.1)
rake (13.0.6)
regexp_parser (2.2.1)
regexp_parser (2.7.0)
rexml (3.2.5)
roda (3.53.0)
roda (3.65.0)
rack
rubocop (1.25.1)
rubocop (1.46.0)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.0.0)
parser (>= 3.2.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.15.1, < 2.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.26.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.16.0)
parser (>= 3.1.1.0)
rubocop-minitest (0.17.2)
rubocop (>= 0.90, < 2.0)
rubocop-performance (1.13.3)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.27.0)
parser (>= 3.2.1.0)
rubocop-minitest (0.28.0)
rubocop (>= 1.39, < 2.0)
rubocop-performance (1.16.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-sequel (0.3.3)
rubocop-sequel (0.3.4)
rubocop (~> 1.0)
ruby-progressbar (1.11.0)
rufus-scheduler (3.8.1)
rufus-scheduler (3.8.2)
fugit (~> 1.1, >= 1.1.6)
sequel (5.54.0)
sequel_pg (1.14.0)
sequel (5.65.0)
sequel_pg (1.17.1)
pg (>= 0.18.0, != 1.2.0)
sequel (>= 4.38.0)
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.1.0)
unicode-display_width (2.4.2)
unicorn (6.1.0)
kgio (~> 2.6)
raindrops (~> 0.7)
vcr (6.0.0)
webmock (3.14.0)
vcr (6.1.0)
webmock (3.18.1)
addressable (>= 2.8.0)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
@ -128,7 +130,7 @@ DEPENDENCIES
webmock
RUBY VERSION
ruby 3.1.1p18
ruby 3.2.1p31
BUNDLED WITH
2.3.7
2.4.6