Skip to content

Commit 6dc8837

Browse files
authored
[ruby/sinatra] Update ActiveRecord to 8.1 (#10284)
1 parent 67f4481 commit 6dc8837

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

frameworks/Ruby/sinatra/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'activerecord', '~> 8.0', require: 'active_record'
3+
gem 'activerecord', '~> 8.1.0', require: 'active_record'
44
gem 'json', '~> 2.8'
55
gem 'sinatra', '~> 4.2', require: 'sinatra/base'
66

frameworks/Ruby/sinatra/Gemfile.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,26 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activemodel (8.0.2.1)
5-
activesupport (= 8.0.2.1)
6-
activerecord (8.0.2.1)
7-
activemodel (= 8.0.2.1)
8-
activesupport (= 8.0.2.1)
4+
activemodel (8.1.1)
5+
activesupport (= 8.1.1)
6+
activerecord (8.1.1)
7+
activemodel (= 8.1.1)
8+
activesupport (= 8.1.1)
99
timeout (>= 0.4.0)
10-
activesupport (8.0.2.1)
10+
activesupport (8.1.1)
1111
base64
12-
benchmark (>= 0.3)
1312
bigdecimal
1413
concurrent-ruby (~> 1.0, >= 1.3.1)
1514
connection_pool (>= 2.2.5)
1615
drb
1716
i18n (>= 1.6, < 2)
17+
json
1818
logger (>= 1.4.2)
1919
minitest (>= 5.1)
2020
securerandom (>= 0.3)
2121
tzinfo (~> 2.0, >= 2.0.5)
2222
uri (>= 0.13.1)
2323
base64 (0.3.0)
24-
benchmark (0.4.1)
2524
bigdecimal (3.2.2)
2625
concurrent-ruby (1.3.5)
2726
connection_pool (2.5.3)
@@ -70,7 +69,7 @@ PLATFORMS
7069
x86_64-linux
7170

7271
DEPENDENCIES
73-
activerecord (~> 8.0)
72+
activerecord (~> 8.1.0)
7473
iodine (~> 0.7)
7574
json (~> 2.8)
7675
pg (~> 1.5)

0 commit comments

Comments
 (0)