Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Draper Changelog

## 4.0.5 - 2025-11-12

### Fixes
* Remove unused files from package [#945](https://github.com/drapergem/draper/pull/945)
* Support Rails 8.1 [#949](https://github.com/drapergem/draper/pull/949)

## 4.0.4 - 2025-01-28

### Fixes
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,5 @@ end

# FIXME: Use releases gems after they support Rails 8.1
if rails_version.to_s >= '8.1'
gem 'rspec-activerecord-expectations', github: 'y-yagi/rspec-activerecord-expectations', branch: 'support_rails81'
gem 'mongoid', github: 'mongodb/mongoid', ref: 'eac49f0'
end
2 changes: 1 addition & 1 deletion lib/draper/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Draper
VERSION = '4.1.0-pre'
VERSION = '4.0.5'
end
Loading