Skip to content

Commit

Permalink
Bump Decidim core dependencies to 0.19.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Nov 27, 2019
1 parent 57f9056 commit f1e634f
Show file tree
Hide file tree
Showing 3 changed files with 281 additions and 282 deletions.
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ gem "puma", "~> 3.12"
gem "uglifier", "~> 4.1"

group :development, :test do
gem "byebug", "~> 10.0", platform: :mri
gem "byebug", "~> 11.0", platform: :mri

gem "decidim-dev", Decidim::Antivirus::DECIDIM_VERSION
end
Expand All @@ -35,6 +35,3 @@ end
group :test do
gem "codecov", require: false
end

# See: https://github.com/decidim/decidim/pull/5303
gem "ransack", "~> 2.1.1"
Loading

0 comments on commit f1e634f

Please sign in to comment.