Skip to content

Commit

Permalink
upadte rails
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly committed Aug 5, 2023
1 parent 997e1d3 commit 9202dc7
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/rails/rails.git
revision: a5fc471b3f4bbd02e6be38dae023526a49e7d049
revision: 27b12e9249572d267e9ebf9f64b5bb2c21070f0d
branch: main
specs:
actioncable (7.1.0.alpha)
Expand Down Expand Up @@ -28,15 +28,15 @@ GIT
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.0)
rails-dom-testing (~> 2.2)
actionpack (7.1.0.alpha)
actionview (= 7.1.0.alpha)
activesupport (= 7.1.0.alpha)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actiontext (7.1.0.alpha)
actionpack (= 7.1.0.alpha)
Expand All @@ -49,7 +49,7 @@ GIT
activesupport (= 7.1.0.alpha)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.0)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
activejob (7.1.0.alpha)
activesupport (= 7.1.0.alpha)
Expand All @@ -59,6 +59,7 @@ GIT
activerecord (7.1.0.alpha)
activemodel (= 7.1.0.alpha)
activesupport (= 7.1.0.alpha)
timeout (>= 0.4.0)
activestorage (7.1.0.alpha)
actionpack (= 7.1.0.alpha)
activejob (= 7.1.0.alpha)
Expand Down Expand Up @@ -172,8 +173,8 @@ GEM
activesupport (>= 3.0)
nokogiri (>= 1.6)
io-console (0.6.0)
irb (1.7.1)
reline (>= 0.3.0)
irb (1.7.4)
reline (>= 0.3.6)
json (2.6.3)
language_server-protocol (3.17.0.3)
lint_roller (1.0.0)
Expand All @@ -197,12 +198,12 @@ GEM
meta-tags (2.18.0)
actionpack (>= 3.2.0, < 7.1)
mini_mime (1.1.2)
minitest (5.18.1)
minitest (5.19.0)
msgpack (1.7.1)
multi_xml (0.6.0)
net-http (0.3.2)
uri
net-imap (0.3.6)
net-imap (0.3.7)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -248,7 +249,7 @@ GEM
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails-dom-testing (2.1.1)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
Expand All @@ -262,7 +263,7 @@ GEM
redis-client (0.14.1)
connection_pool
regexp_parser (2.8.1)
reline (0.3.5)
reline (0.3.7)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.52.1)
Expand Down Expand Up @@ -341,12 +342,12 @@ GEM
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.8.1)
websocket (1.2.9)
websocket-driver (0.7.5)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xpath (3.2.0)
nokogiri (~> 1.8)
zeitwerk (2.6.8)
zeitwerk (2.6.11)

PLATFORMS
aarch64-linux
Expand Down

0 comments on commit 9202dc7

Please sign in to comment.