Skip to content

Commit

Permalink
VAPID key generator availabe in core (#9107)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinHD committed Mar 29, 2022
1 parent 1957e22 commit e2f5b9c
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ PATH
social-share-button (~> 1.2, >= 1.2.1)
valid_email2 (~> 2.1)
webpacker (= 6.0.0.rc.5)
webpush (~> 1.1)
wisper (~> 2.0)
decidim-debates (0.27.0.dev)
decidim-comments (= 0.27.0.dev)
Expand Down Expand Up @@ -137,7 +138,6 @@ PATH
simplecov-cobertura (~> 1.3.1)
w3c_rspec_validators (~> 0.3.0)
webmock (~> 3.6)
webpush (~> 1.1)
wisper-rspec (~> 1.0)
decidim-elections (0.27.0.dev)
decidim-bulletin_board (= 0.22.3)
Expand Down
1 change: 1 addition & 0 deletions decidim-core/decidim-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ Gem::Specification.new do |s|
s.add_dependency "social-share-button", "~> 1.2", ">= 1.2.1"
s.add_dependency "valid_email2", "~> 2.1"
s.add_dependency "webpacker", "= 6.0.0.rc.5"
s.add_dependency "webpush", "~> 1.1"
s.add_dependency "wisper", "~> 2.0"

s.add_dependency "decidim-api", Decidim::Core.version
Expand Down
1 change: 1 addition & 0 deletions decidim-core/spec/controllers/manifests_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ module Decidim
let(:organization) { create(:organization, colors: { "theme" => "#f0f0f0" }) }

before do
Decidim::Organization.destroy_all
request.env["decidim.current_organization"] = organization
end

Expand Down
1 change: 0 additions & 1 deletion decidim-dev/decidim-dev.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,5 @@ Gem::Specification.new do |s|
s.add_dependency "simplecov-cobertura", "~> 1.3.1"
s.add_dependency "w3c_rspec_validators", "~> 0.3.0"
s.add_dependency "webmock", "~> 3.6"
s.add_dependency "webpush", "~> 1.1"
s.add_dependency "wisper-rspec", "~> 1.0"
end
2 changes: 1 addition & 1 deletion decidim-generators/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ PATH
social-share-button (~> 1.2, >= 1.2.1)
valid_email2 (~> 2.1)
webpacker (= 6.0.0.rc.5)
webpush (~> 1.1)
wisper (~> 2.0)
decidim-debates (0.27.0.dev)
decidim-comments (= 0.27.0.dev)
Expand Down Expand Up @@ -137,7 +138,6 @@ PATH
simplecov-cobertura (~> 1.3.1)
w3c_rspec_validators (~> 0.3.0)
webmock (~> 3.6)
webpush (~> 1.1)
wisper-rspec (~> 1.0)
decidim-elections (0.27.0.dev)
decidim-bulletin_board (= 0.22.3)
Expand Down
2 changes: 1 addition & 1 deletion decidim_app-design/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ PATH
social-share-button (~> 1.2, >= 1.2.1)
valid_email2 (~> 2.1)
webpacker (= 6.0.0.rc.5)
webpush (~> 1.1)
wisper (~> 2.0)
decidim-debates (0.27.0.dev)
decidim-comments (= 0.27.0.dev)
Expand Down Expand Up @@ -137,7 +138,6 @@ PATH
simplecov-cobertura (~> 1.3.1)
w3c_rspec_validators (~> 0.3.0)
webmock (~> 3.6)
webpush (~> 1.1)
wisper-rspec (~> 1.0)
decidim-elections (0.27.0.dev)
decidim-bulletin_board (= 0.22.3)
Expand Down

0 comments on commit e2f5b9c

Please sign in to comment.