Skip to content

Commit

Permalink
Update to latest rails main
Browse files Browse the repository at this point in the history
- Drop Rails 7.0 and 7.1 tests, add separate 7.2 tests
- Update behaviour tests from main
- Add instrumentation for increment and decrement
- Don't lock the gemfiles
  • Loading branch information
djmb committed Sep 2, 2024
1 parent b610333 commit 8692048
Show file tree
Hide file tree
Showing 38 changed files with 251 additions and 2,266 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/.bundle/
/doc/
/gemfiles/*.gemfile.lock
/log/*.log
/pkg/
/tmp/
Expand Down
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ AllCops:
Exclude:
# These have been copied from the Rails repo
- test/unit/behaviors/*
- test/unit/behaviors_rails*/*
# Don't rubocop generated files
- test/dummy/**/*
- bin/*
Expand Down
236 changes: 0 additions & 236 deletions gemfiles/rails_7_2.gemfile.lock

This file was deleted.

Loading

0 comments on commit 8692048

Please sign in to comment.