Skip to content

Commit

Permalink
Update coffee rails (#3483)
Browse files Browse the repository at this point in the history
Update to latest version of coffee-rails. Required for using Rails 6.0.3.2 (see #3481)

This required an update to refinerycms-wymeditor version 3.0.0

Closes #3481
  • Loading branch information
anitagraham committed Jul 14, 2021
1 parent 9cb333d commit 3f75ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -17,7 +17,7 @@ gem 'routing-filter', github: 'svenfuchs/routing-filter', branch: 'master'
gem 'refinerycms-acts-as-indexed', ['~> 3.0', '>= 3.0.0']

# Add the default visual editor, for now.
gem 'refinerycms-wymeditor', ['~> 2.2', '>= 2.2.0']
gem 'refinerycms-wymeditor', ['~> 3.0', '>= 3.0.0']

# Database Configuration
unless ENV['CI']
Expand Down
2 changes: 1 addition & 1 deletion core/refinerycms-core.gemspec
Expand Up @@ -24,7 +24,7 @@ Gem::Specification.new do |s|

s.add_dependency 'actionpack', rails_version
s.add_dependency 'activerecord', rails_version
s.add_dependency 'coffee-rails', ['~> 4.0', '>= 4.0.0']
s.add_dependency 'coffee-rails', ['~> 5.0', '>= 5.0.0']
s.add_dependency 'decorators', '~> 2.0', '>= 2.0.0'
s.add_dependency 'font-awesome-sass', '>= 4.3.0', '< 5.0'
s.add_dependency 'jquery-rails', '~> 4.3', '>= 4.3.1'
Expand Down

0 comments on commit 3f75ab6

Please sign in to comment.