Skip to content

Commit

Permalink
Update paperclip to include patched schema method (#746)
Browse files Browse the repository at this point in the history
Co-authored-by: Camille Villa <[email protected]>
  • Loading branch information
camillevilla and camillevilla authored Dec 11, 2023
1 parent 1024d3c commit fa03eb1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ gem 'acts_as_list'
gem 'aws-sdk-s3'
gem 'aws-sdk-rds'
gem 'wt_s3_signer'
gem 'paperclip', github: 'agilesix/paperclip', branch: 'ruby-2.7.x-deprecation-fix'
gem 'paperclip', github: 'agilesix/paperclip', branch: 'ruby-3-2-patched'
gem 'font-awesome-sass', '~> 5.13.0'

gem 'survey_monkey_api', github: 'agilesix/surveymonkey'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ GIT

GIT
remote: https://github.com/agilesix/paperclip.git
revision: 3aa328d6131b8338591e2a44e4ac35fe9de6dfe3
branch: ruby-2.7.x-deprecation-fix
revision: c88a79391f9ec823f0977c8e321350857b246f53
branch: ruby-3-2-patched
specs:
paperclip (6.1.0)
activemodel (>= 4.2.0)
Expand Down
3 changes: 2 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1435,7 +1435,8 @@
end

create_table "versions", force: :cascade do |t|
t.string "item_type", null: false
t.string "item_type"
t.string "{:null=>false}"
t.bigint "item_id", null: false
t.string "event", null: false
t.string "whodunnit"
Expand Down

0 comments on commit fa03eb1

Please sign in to comment.