Skip to content

Commit

Permalink
Merge pull request #762 from fey/update-deps
Browse files Browse the repository at this point in the history
bump version html2slim
  • Loading branch information
fey authored Aug 2, 2024
2 parents af0287b + 803633d commit 5ba0518
Show file tree
Hide file tree
Showing 13 changed files with 183 additions and 180 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,15 @@ group :development, :test do
gem 'rubocop-performance'
gem 'rubocop-rails'
gem 'slim_lint'
gem 'sqlite3'
gem 'sqlite3', '~> 1.4'
end

group :development do
gem 'annotate'
gem 'ruby-lsp-rails'
gem 'yard'
# Access an interactive console on exception pages or by calling 'console' anywhere in the code.
gem 'html2slim'
gem 'html2slim', github: 'slim-template/html2slim'
gem 'i18n-debug'
gem 'listen'
gem 'web-console'
Expand Down
Loading

0 comments on commit 5ba0518

Please sign in to comment.