Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def content
end

def save_content
@product.update_attributes!(params[:product])
@product.update!(params[:product])
flash[:success] = t('workarea.admin.content_blocks.flash_messages.saved')
redirect_to categorization_create_catalog_package_product_path(@product)
end
Expand Down
2 changes: 1 addition & 1 deletion workarea-package_products.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.license = 'Business Software License'
s.test_files = Dir['spec/**/*']

s.required_ruby_version = '>= 2.3.0'
s.required_ruby_version = ['>= 2.7', '< 3.5']

s.add_dependency 'workarea', '~> 3.x', '>= 3.5.9'
end
Loading