Skip to content

Commit

Permalink
Ruby 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RISCfuture committed Jan 13, 2024
1 parent 558941f commit 6ce8c52
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.2
3.3.0
48 changes: 32 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,35 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.7.2)
activesupport (= 7.0.7.2)
activerecord (7.0.7.2)
activemodel (= 7.0.7.2)
activesupport (= 7.0.7.2)
activesupport (7.0.7.2)
abbrev (0.1.2)
activemodel (7.1.2)
activesupport (= 7.1.2)
activerecord (7.1.2)
activemodel (= 7.1.2)
activesupport (= 7.1.2)
timeout (>= 0.4.0)
activesupport (7.1.2)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
addressable (2.8.5)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.5)
builder (3.2.4)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
diff-lcs (1.5.0)
drb (2.2.0)
ruby2_keywords
faraday (1.10.3)
faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
Expand All @@ -41,7 +53,7 @@ GEM
faraday-patron (1.0.0)
faraday-rack (1.0.0)
faraday-retry (1.0.3)
git (1.18.0)
git (1.19.0)
addressable (~> 2.8)
rchardet (~> 1.8)
github_api (0.19.0)
Expand All @@ -51,7 +63,8 @@ GEM
hashie (~> 3.5, >= 3.5.2)
oauth2 (~> 1.0)
hashie (3.6.0)
highline (2.1.0)
highline (3.0.0)
abbrev
httpi (3.0.1)
rack
i18n (1.14.1)
Expand All @@ -71,13 +84,14 @@ GEM
jwt (2.7.1)
kamelcase (0.0.2)
semver2 (~> 3)
minitest (5.19.0)
minitest (5.21.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.3.0)
nokogiri (1.15.4-arm64-darwin)
mutex_m (0.2.0)
nokogiri (1.16.0-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.4-x86_64-linux)
nokogiri (1.16.0-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.11)
faraday (>= 0.17.3, < 3.0)
Expand All @@ -86,10 +100,10 @@ GEM
multi_xml (~> 0.5)
rack (>= 1.2, < 4)
psych (3.3.4)
public_suffix (5.0.3)
racc (1.7.1)
public_suffix (5.0.4)
racc (1.7.3)
rack (3.0.8)
rake (13.0.6)
rake (13.1.0)
rchardet (1.8.0)
rdoc (6.3.3)
redcarpet (3.6.0)
Expand All @@ -109,12 +123,14 @@ GEM
ruby2_keywords (0.0.5)
semver2 (3.4.2)
thread_safe (0.3.6)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
yard (0.9.34)

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand All @@ -129,4 +145,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.4.19
2.5.4

0 comments on commit 6ce8c52

Please sign in to comment.