Skip to content

Commit

Permalink
Update decidim to 0.18-stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aitorlb committed Aug 29, 2019
1 parent 4b94239 commit 1b307e4
Show file tree
Hide file tree
Showing 2 changed files with 167 additions and 149 deletions.
7 changes: 6 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'

ruby RUBY_VERSION

DECIDIM_VERSION = '~> 0.18.0'
DECIDIM_VERSION = { git: 'https://github.com/decidim/decidim.git', branch: '0.18-stable' }

gem 'daemons'
gem 'delayed_job_active_record'
Expand All @@ -17,6 +17,11 @@ gem 'openssl'

gem 'decidim', DECIDIM_VERSION

# Force gem version to fix:
# undefined method `polymorphic?' for ActiveRecord::Reflection::PolymorphicReflection
# See: https://github.com/activerecord-hackery/ransack/issues/1039
gem 'ransack', '2.1.1'

group :development, :test do
gem 'better_errors'
gem 'binding_of_caller'
Expand Down
Loading

0 comments on commit 1b307e4

Please sign in to comment.