Browse Source

latest bundle

pagy
pvincent 7 months ago
parent
commit
f8d8bb0443
  1. 8
      Gemfile
  2. 18
      Gemfile.lock

8
Gemfile

@ -1,6 +1,7 @@
source 'https://rubygems.org'
ruby '3.1.2'
source 'https://rubygems.org'
gem 'bootsnap', require: false
gem 'importmap-rails'
gem 'pagy'
@ -12,15 +13,14 @@ gem 'rails_semantic_logger'
gem 'sprockets-rails'
gem 'stimulus-rails'
gem 'tailwindcss-rails'
gem 'turbo-rails'
group :development do
gem 'rails_live_reload'
gem 'turbo-rails', '~> 1' # v2 does not work well with rails_live_reload: reload on hover!
gem 'amazing_print'
gem 'debug'
gem 'error_highlight'
gem 'htmlbeautifier'
gem 'rails_live_reload'
gem 'rainbow'
gem 'rubocop', require: false
gem 'rubocop-packaging'

18
Gemfile.lock

@ -118,7 +118,7 @@ GEM
irb (1.12.0)
rdoc
reline (>= 0.4.2)
json (2.7.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
@ -219,7 +219,7 @@ GEM
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.0)
rake (13.2.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
@ -251,7 +251,7 @@ GEM
rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rspec (2.28.0)
rubocop-rspec (2.29.1)
rubocop (~> 1.40)
rubocop-capybara (~> 2.17)
rubocop-factory_bot (~> 2.22)
@ -262,15 +262,15 @@ GEM
rubocop (~> 1.51)
rubocop-thread_safety (0.5.1)
rubocop (>= 0.90.0)
ruby-lsp (0.14.6)
ruby-lsp (0.16.1)
language_server-protocol (~> 3.17.0)
prism (>= 0.22.0, < 0.25)
sorbet-runtime (>= 0.5.10782)
ruby-lsp-rails (0.3.3)
ruby-lsp-rails (0.3.4)
actionpack (>= 6.0)
activerecord (>= 6.0)
railties (>= 6.0)
ruby-lsp (>= 0.14.2, < 0.15.0)
ruby-lsp (>= 0.16.0, < 0.17.0)
sorbet-runtime (>= 0.5.9897)
ruby-progressbar (1.13.0)
rubyzip (2.3.2)
@ -281,7 +281,7 @@ GEM
websocket (~> 1.0)
semantic_logger (4.15.0)
concurrent-ruby (~> 1.0)
sorbet-runtime (0.5.11323)
sorbet-runtime (0.5.11332)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
@ -306,7 +306,7 @@ GEM
railties (>= 6.0.0)
thor (1.3.1)
timeout (0.4.1)
turbo-rails (1.5.0)
turbo-rails (2.0.5)
actionpack (>= 6.0.0)
activejob (>= 6.0.0)
railties (>= 6.0.0)
@ -362,7 +362,7 @@ DEPENDENCIES
sprockets-rails
stimulus-rails
tailwindcss-rails
turbo-rails (~> 1)
turbo-rails
web-console
RUBY VERSION

Loading…
Cancel
Save