Skip to content

Commit

Permalink
Use rails 8 compatible annotate gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Dec 20, 2024
1 parent 3e7921f commit a9ec75c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ group :test do
end

group :development, :test do
gem "annotate"
gem "annotate", :github => "andynu/annotate_models", :ref => "rails-8-0"
gem "teaspoon"
gem "teaspoon-mocha", "~> 2.3.3"

Expand Down
14 changes: 10 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
GIT
remote: https://github.com/andynu/annotate_models.git
revision: 2c72ee8995ae8c1b9f5cf8690e8e3d22b7bd080d
ref: rails-8-0
specs:
annotate (3.2.0)
activerecord (>= 3.2, < 9.0)
rake (>= 10.4, < 14.0)

GIT
remote: https://github.com/brianhempel/active_record_union.git
revision: 8ebe558709aabe039abd24e3e7dd4d4354a6de88
Expand Down Expand Up @@ -96,9 +105,6 @@ GEM
uri (>= 0.13.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
annotate (2.6.5)
activerecord (>= 2.3.0)
rake (>= 0.8.7)
argon2 (2.3.0)
ffi (~> 1.15)
ffi-compiler (~> 1.0)
Expand Down Expand Up @@ -679,7 +685,7 @@ DEPENDENCIES
active_record_union!
activerecord-import
addressable (~> 2.8)
annotate
annotate!
argon2
autoprefixer-rails
aws-sdk-s3
Expand Down

0 comments on commit a9ec75c

Please sign in to comment.