Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump rails from 42db7f3 to 1b97206 #146

Closed
wants to merge 1 commit into from
Closed
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
14 changes: 7 additions & 7 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: 42db7f307f9cc1fb0cc5da68c830d08f625429cf
revision: 1b97206dd3f7d4b6943bcff79eabb53c76e8ba79
branch: main
specs:
actioncable (7.1.0.alpha)
Expand Down Expand Up @@ -125,14 +125,14 @@ GEM
drb (2.1.1)
ruby2_keywords
erubi (1.12.0)
globalid (1.2.0)
globalid (1.2.1)
activesupport (>= 6.1)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.8.0)
rdoc (~> 6.5)
reline (>= 0.3.6)
irb (1.8.1)
rdoc
reline (>= 0.3.8)
json (2.6.3)
language_server-protocol (3.17.0.3)
loofah (2.21.3)
Expand All @@ -146,7 +146,7 @@ GEM
marcel (1.0.2)
mini_mime (1.1.5)
mini_portile2 (2.8.4)
minitest (5.19.0)
minitest (5.20.0)
mocha (2.1.0)
ruby2_keywords (>= 0.0.5)
mutex_m (0.1.2)
Expand Down Expand Up @@ -256,7 +256,7 @@ GEM
thor (>= 0.19.2)
sqlite3 (1.6.4)
mini_portile2 (~> 2.8.0)
stringio (3.0.7)
stringio (3.0.8)
syntax_tree (6.1.1)
prettier_print (>= 1.2.0)
tapioca (0.11.8)
Expand Down
Loading