Skip to content
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
78 changes: 36 additions & 42 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
GIT
remote: https://github.com/rails/rails.git
revision: c72f6713a427851a20a46c00c8ef3ab689d5bd32
branch: main
PATH
remote: .
specs:
heroicons-rails (0.4.1)

GEM
remote: https://rubygems.org/
specs:
action_text-trix (2.1.15)
railties
actioncable (8.1.0.beta1)
actionpack (= 8.1.0.beta1)
activesupport (= 8.1.0.beta1)
Expand Down Expand Up @@ -75,40 +80,6 @@ GIT
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
rails (8.1.0.beta1)
actioncable (= 8.1.0.beta1)
actionmailbox (= 8.1.0.beta1)
actionmailer (= 8.1.0.beta1)
actionpack (= 8.1.0.beta1)
actiontext (= 8.1.0.beta1)
actionview (= 8.1.0.beta1)
activejob (= 8.1.0.beta1)
activemodel (= 8.1.0.beta1)
activerecord (= 8.1.0.beta1)
activestorage (= 8.1.0.beta1)
activesupport (= 8.1.0.beta1)
bundler (>= 1.15.0)
railties (= 8.1.0.beta1)
railties (8.1.0.beta1)
actionpack (= 8.1.0.beta1)
activesupport (= 8.1.0.beta1)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
tsort (>= 0.2)
zeitwerk (~> 2.6)

PATH
remote: .
specs:
heroicons-rails (0.4.1)

GEM
remote: https://rubygems.org/
specs:
action_text-trix (2.1.15)
railties
ast (2.4.3)
base64 (0.3.0)
benchmark (0.4.1)
Expand Down Expand Up @@ -178,7 +149,7 @@ GEM
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
prism (1.4.0)
prism (1.6.0)
psych (5.2.6)
date
stringio
Expand All @@ -193,16 +164,39 @@ GEM
rack (>= 1.3)
rackup (2.2.1)
rack (>= 3)
rails (8.1.0.beta1)
actioncable (= 8.1.0.beta1)
actionmailbox (= 8.1.0.beta1)
actionmailer (= 8.1.0.beta1)
actionpack (= 8.1.0.beta1)
actiontext (= 8.1.0.beta1)
actionview (= 8.1.0.beta1)
activejob (= 8.1.0.beta1)
activemodel (= 8.1.0.beta1)
activerecord (= 8.1.0.beta1)
activestorage (= 8.1.0.beta1)
activesupport (= 8.1.0.beta1)
bundler (>= 1.15.0)
railties (= 8.1.0.beta1)
rails-dom-testing (2.3.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.2)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (8.1.0.beta1)
actionpack (= 8.1.0.beta1)
activesupport (= 8.1.0.beta1)
irb (~> 1.13)
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
tsort (>= 0.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.3.0)
rbs (3.9.4)
rbs (3.9.5)
logger
rdoc (6.14.2)
erb
Expand Down Expand Up @@ -239,7 +233,7 @@ GEM
rubocop (>= 1.72)
rubocop-performance (>= 1.24)
rubocop-rails (>= 2.30)
ruby-lsp (0.26.1)
ruby-lsp (0.26.3)
language_server-protocol (~> 3.17.0)
prism (>= 1.2, < 2.0)
rbs (>= 3, < 5)
Expand Down Expand Up @@ -283,7 +277,7 @@ PLATFORMS
DEPENDENCIES
heroicons-rails!
puma
rails!
rails
rubocop-rails-omakase
ruby-lsp
sqlite3
Expand Down
Loading