Skip to content

Commit

Permalink
ruby 3.1 update
Browse files Browse the repository at this point in the history
  • Loading branch information
alexskr committed Mar 7, 2025
1 parent 3572185 commit 46088a1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.6
3.1.6
38 changes: 19 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,47 +36,47 @@ GEM
base64 (0.2.0)
builder (3.3.0)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.0)
cube-ruby (0.0.3)
daemons (1.4.1)
docile (1.4.1)
domain_name (0.6.20240107)
eventmachine (1.2.7)
faraday (2.12.0)
faraday-net_http (>= 2.0, < 3.4)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-net_http (3.3.0)
net-http
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
http-accept (1.7.0)
http-cookie (1.0.7)
http-cookie (1.0.8)
domain_name (~> 0.5)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (2.8.1)
json (2.10.1)
json_pure (2.8.1)
logger (1.6.1)
logger (1.6.6)
macaddr (1.7.2)
systemu (~> 2.6.5)
method_source (1.1.0)
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1105)
mime-types-data (3.2025.0304)
minitest (4.7.5)
multi_json (1.15.0)
mustermann (3.0.3)
ruby2_keywords (~> 0.0.1)
net-http (0.5.0)
net-http (0.6.0)
uri
net-http-persistent (2.9.4)
netrc (0.11.0)
pry (0.14.2)
pry (0.15.2)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (6.0.1)
rack (2.2.10)
rack (2.2.12)
rack-accept (0.4.5)
rack (>= 0.4)
rack-post-body-to-params (0.1.8)
Expand All @@ -87,9 +87,9 @@ GEM
rake (13.2.1)
rdf (1.0.8)
addressable (>= 2.2)
redis (5.3.0)
redis (5.4.0)
redis-client (>= 0.22.0)
redis-client (0.22.2)
redis-client (0.24.0)
connection_pool
request_store (1.7.0)
rack (>= 1.4)
Expand All @@ -98,7 +98,7 @@ GEM
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.9)
rexml (3.4.1)
rsolr (2.6.0)
builder (>= 2.1.2)
faraday (>= 0.9, < 3, != 2.0.0)
Expand All @@ -123,9 +123,9 @@ GEM
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thread_safe (0.3.6)
tilt (2.4.0)
tilt (2.6.0)
tzinfo (0.3.62)
uri (1.0.1)
uri (1.0.3)
uuid (2.3.9)
macaddr (~> 1.0)

Expand Down Expand Up @@ -153,4 +153,4 @@ DEPENDENCIES
uuid

BUNDLED WITH
2.5.11
2.3.27

0 comments on commit 46088a1

Please sign in to comment.