Skip to content

Commit

Permalink
Upgraded Ruby to 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eyss1234 committed Feb 14, 2024
1 parent 3dc18e1 commit 850640c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.2.2
21 changes: 12 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,13 @@ GIT
rubytree (~> 1.0.0)

GEM
remote: https://rubygems.org/
remote: https://gem.fury.io/h_app288206558/
specs:
site_search (0.2.0)
algoliasearch

GEM
remote: https://rubygems.org/
specs:
actioncable (6.1.7.6)
actionpack (= 6.1.7.6)
Expand Down Expand Up @@ -106,7 +111,7 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (>= 2.0, < 4.0)
coderay (1.1.2)
coderay (1.1.3)
concurrent-ruby (1.2.3)
crack (0.4.3)
safe_yaml (~> 1.0.0)
Expand Down Expand Up @@ -206,7 +211,7 @@ GEM
marcel (1.0.2)
meta-tags (2.20.0)
actionpack (>= 6.0.0, < 7.2)
method_source (0.9.2)
method_source (1.0.0)
mime-types (3.5.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2024.0206)
Expand Down Expand Up @@ -234,9 +239,9 @@ GEM
parser (2.5.1.2)
ast (~> 2.4.0)
powerpack (0.1.2)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
pry-byebug (3.6.0)
byebug (~> 10.0)
pry (~> 0.10)
Expand Down Expand Up @@ -338,8 +343,6 @@ GEM
site_prism (2.11)
addressable (~> 2.4)
capybara (~> 2.7)
site_search (0.2.0)
algoliasearch
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
Expand Down Expand Up @@ -416,7 +419,7 @@ DEPENDENCIES
webmock

RUBY VERSION
ruby 3.0.0p0
ruby 3.2.2p53

BUNDLED WITH
2.4.21

0 comments on commit 850640c

Please sign in to comment.