Skip to content

Commit

Permalink
Bump core dependencies to Decidim 0.19.x and module version to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahukkanen committed Nov 28, 2019
1 parent b6346f4 commit ebd5e33
Show file tree
Hide file tree
Showing 3 changed files with 159 additions and 167 deletions.
8 changes: 1 addition & 7 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::AccessRequests::DECIDIM_VERSION
end
Expand All @@ -38,9 +38,3 @@ end

# Remediate CVE-2019-5420
gem "railties", ">= 5.2.2.1"

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

# See https://github.com/decidim/decidim/issues/5410
gem "sprockets", "~> 3.7.2"
Loading

0 comments on commit ebd5e33

Please sign in to comment.