Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'eventmachine', '~> 1.2.7'
gem 'simpleidn', '~> 0.2.1' # For punycode

# database
gem 'activerecord', '~> 7.2', '>= 7.2.2.2'
gem 'activerecord', '~> 8.1'
gem 'daemons', '~> 1.4.1'
gem 'dotenv'
gem 'pg', '~> 1.6.3'
Expand Down
29 changes: 15 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (7.2.2.2)
activesupport (= 7.2.2.2)
activerecord (7.2.2.2)
activemodel (= 7.2.2.2)
activesupport (= 7.2.2.2)
activemodel (8.1.2)
activesupport (= 8.1.2)
activerecord (8.1.2)
activemodel (= 8.1.2)
activesupport (= 8.1.2)
timeout (>= 0.4.0)
activesupport (7.2.2.2)
activesupport (8.1.2)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
json
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
bigdecimal (3.3.1)
bigdecimal (4.0.1)
coderay (1.1.3)
concurrent-ruby (1.3.5)
connection_pool (2.5.4)
concurrent-ruby (1.3.6)
connection_pool (3.0.2)
daemons (1.4.1)
docile (1.4.1)
dotenv (3.1.8)
drb (2.2.3)
eventmachine (1.2.7)
i18n (1.14.7)
i18n (1.14.8)
concurrent-ruby (~> 1.0)
json (2.15.2)
language_server-protocol (3.17.0.5)
Expand Down Expand Up @@ -81,19 +81,20 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simpleidn (0.2.3)
timeout (0.4.3)
timeout (0.6.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (3.2.0)
unicode-emoji (~> 4.1)
unicode-emoji (4.1.0)
uri (1.1.1)

PLATFORMS
aarch64-linux
ruby

DEPENDENCIES
activerecord (~> 7.2, >= 7.2.2.2)
activerecord (~> 8.1)
daemons (~> 1.4.1)
dotenv
eventmachine (~> 1.2.7)
Expand Down
Loading