Skip to content

Commit

Permalink
Update dependencies (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillplatonov authored Mar 4, 2024
1 parent b7681e2 commit fe6e637
Show file tree
Hide file tree
Showing 25 changed files with 507 additions and 320 deletions.
1 change: 1 addition & 0 deletions .standard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
ignore:
- demo/bin/**/*
- demo/config/**/*
- demo/db/**/*
- '**/*':
- Style/ArgumentsForwarding
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source "https://rubygems.org"
gemspec

gem "rake", "~> 13.0"
gem "rails", "~> 7.0.8"
gem "rails", "~> 7.1.3.2"
gem "puma", "~> 6.0"
gem "sprockets-rails"
gem "importmap-rails"
Expand Down
Loading

0 comments on commit fe6e637

Please sign in to comment.