Skip to content

Commit

Permalink
Update deps (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpoly authored Nov 19, 2024
1 parent 2b25531 commit c7d49b2
Show file tree
Hide file tree
Showing 5 changed files with 168 additions and 164 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
run: yarn standard

- name: erb-lint
run: bundle exec erblint --lint-all
run: bundle exec erb_lint --lint-all

test:
name: Test
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby File.read(".ruby-version").chomp

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.1"
gem "rails", "< 7.2"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
Expand Down Expand Up @@ -94,7 +94,7 @@ gem "sucker_punch"

gem "ahoy_matey", "~> 5.1"

gem "lucide-rails", "~> 0.4.0"
gem "lucide-rails"
gem "avo", ">= 3.2"
gem "sitepress-rails"

Expand Down
Loading

0 comments on commit c7d49b2

Please sign in to comment.