Update Gems for Ruby 3
This commit is contained in:
parent
1ddc0746ca
commit
4a2490b872
1 changed files with 52 additions and 0 deletions
52
Gemfile.lock
Normal file
52
Gemfile.lock
Normal file
|
@ -0,0 +1,52 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activemodel (6.1.3.1)
|
||||
activesupport (= 6.1.3.1)
|
||||
activerecord (6.1.3.1)
|
||||
activemodel (= 6.1.3.1)
|
||||
activesupport (= 6.1.3.1)
|
||||
activesupport (6.1.3.1)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 1.6, < 2)
|
||||
minitest (>= 5.1)
|
||||
tzinfo (~> 2.0)
|
||||
zeitwerk (~> 2.3)
|
||||
concurrent-ruby (1.1.8)
|
||||
faraday (1.3.0)
|
||||
faraday-net_http (~> 1.0)
|
||||
multipart-post (>= 1.2, < 3)
|
||||
ruby2_keywords
|
||||
faraday-net_http (1.0.1)
|
||||
i18n (1.8.9)
|
||||
concurrent-ruby (~> 1.0)
|
||||
little-plugger (1.1.4)
|
||||
logging (2.3.0)
|
||||
little-plugger (~> 1.1)
|
||||
multi_json (~> 1.14)
|
||||
matrix_sdk (2.3.0)
|
||||
logging (~> 2)
|
||||
minitest (5.14.4)
|
||||
multi_json (1.15.0)
|
||||
multipart-post (2.1.1)
|
||||
rake (13.0.3)
|
||||
ruby2_keywords (0.0.4)
|
||||
sqlite3 (1.4.2)
|
||||
tzinfo (2.0.4)
|
||||
concurrent-ruby (~> 1.0)
|
||||
yard (0.9.26)
|
||||
zeitwerk (2.4.2)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
activerecord (~> 6.1)
|
||||
faraday (~> 1.0)
|
||||
matrix_sdk (~> 2.0)
|
||||
rake (~> 13.0)
|
||||
sqlite3 (~> 1.4)
|
||||
yard (~> 0.9.26)
|
||||
|
||||
BUNDLED WITH
|
||||
2.2.15
|
Loading…
Reference in a new issue