Skip to content

Commit

Permalink
Fix gem vulnerabilities (#5)
Browse files Browse the repository at this point in the history
* upgrade rails gem vulnerabilities
  • Loading branch information
Isaac Massot committed Mar 18, 2019
1 parent 0d9f839 commit 2c2b00c
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 46 deletions.
8 changes: 6 additions & 2 deletions Gemfile
Expand Up @@ -4,9 +4,13 @@ source "https://rubygems.org"

ruby RUBY_VERSION

# Specify your gem's dependencies in kaminari.gemspec
gemspec
# Force gem rails to 5.2.2.1 to fix some vulnerabilities
# on actionview and railties
# It can be removed when new stable version will be released or
# when Decidim force the rails version
gem 'rails', '5.2.2.1'

gemspec

group :development, :test do
gem "faker", "~> 1"
Expand Down
87 changes: 44 additions & 43 deletions Gemfile.lock
Expand Up @@ -9,46 +9,46 @@ PATH
GEM
remote: https://rubygems.org/
specs:
actioncable (5.2.1)
actionpack (= 5.2.1)
actioncable (5.2.2.1)
actionpack (= 5.2.2.1)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
actionmailer (5.2.1)
actionpack (= 5.2.1)
actionview (= 5.2.1)
activejob (= 5.2.1)
actionmailer (5.2.2.1)
actionpack (= 5.2.2.1)
actionview (= 5.2.2.1)
activejob (= 5.2.2.1)
mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0)
actionpack (5.2.1)
actionview (= 5.2.1)
activesupport (= 5.2.1)
actionpack (5.2.2.1)
actionview (= 5.2.2.1)
activesupport (= 5.2.2.1)
rack (~> 2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (5.2.1)
activesupport (= 5.2.1)
actionview (5.2.2.1)
activesupport (= 5.2.2.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
active_link_to (1.0.5)
actionpack
addressable
activejob (5.2.1)
activesupport (= 5.2.1)
activejob (5.2.2.1)
activesupport (= 5.2.2.1)
globalid (>= 0.3.6)
activemodel (5.2.1)
activesupport (= 5.2.1)
activerecord (5.2.1)
activemodel (= 5.2.1)
activesupport (= 5.2.1)
activemodel (5.2.2.1)
activesupport (= 5.2.2.1)
activerecord (5.2.2.1)
activemodel (= 5.2.2.1)
activesupport (= 5.2.2.1)
arel (>= 9.0)
activestorage (5.2.1)
actionpack (= 5.2.1)
activerecord (= 5.2.1)
activestorage (5.2.2.1)
actionpack (= 5.2.2.1)
activerecord (= 5.2.2.1)
marcel (~> 0.3.1)
activesupport (5.2.1)
activesupport (5.2.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand Down Expand Up @@ -118,7 +118,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.3)
concurrent-ruby (1.1.5)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
Expand Down Expand Up @@ -334,7 +334,7 @@ GEM
smart_properties
erbse (0.1.3)
temple
erubi (1.7.1)
erubi (1.8.0)
execjs (2.7.0)
factory_bot (4.11.1)
activesupport (>= 3.0.0)
Expand All @@ -360,7 +360,7 @@ GEM
railties (>= 4.1, < 6.0)
tzinfo (~> 1.2, >= 1.2.2)
geocoder (1.5.0)
globalid (0.4.1)
globalid (0.4.2)
activesupport (>= 4.2.0)
graphiql-rails (1.5.0)
railties
Expand All @@ -374,7 +374,7 @@ GEM
httparty (0.16.3)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.1.1)
i18n (1.6.0)
concurrent-ruby (~> 1.0)
i18n-tasks (0.9.28)
activesupport (>= 4.0.2)
Expand Down Expand Up @@ -433,7 +433,7 @@ GEM
mime-types (3.2.2)
mime-types-data (~> 3.2015)
mime-types-data (3.2018.0812)
mimemagic (0.3.2)
mimemagic (0.3.3)
mini_magick (4.9.2)
mini_mime (1.0.1)
mini_portile2 (2.3.0)
Expand Down Expand Up @@ -504,18 +504,18 @@ GEM
rack-cors (1.0.2)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.1)
actioncable (= 5.2.1)
actionmailer (= 5.2.1)
actionpack (= 5.2.1)
actionview (= 5.2.1)
activejob (= 5.2.1)
activemodel (= 5.2.1)
activerecord (= 5.2.1)
activestorage (= 5.2.1)
activesupport (= 5.2.1)
rails (5.2.2.1)
actioncable (= 5.2.2.1)
actionmailer (= 5.2.2.1)
actionpack (= 5.2.2.1)
actionview (= 5.2.2.1)
activejob (= 5.2.2.1)
activemodel (= 5.2.2.1)
activerecord (= 5.2.2.1)
activestorage (= 5.2.2.1)
activesupport (= 5.2.2.1)
bundler (>= 1.3.0)
railties (= 5.2.1)
railties (= 5.2.2.1)
sprockets-rails (>= 2.0.0)
rails-controller-testing (1.0.2)
actionpack (~> 5.x, >= 5.0.1)
Expand All @@ -529,14 +529,14 @@ GEM
rails-i18n (5.1.2)
i18n (>= 0.7, < 2)
railties (>= 5.0, < 6)
railties (5.2.1)
actionpack (= 5.2.1)
activesupport (= 5.2.1)
railties (5.2.2.1)
actionpack (= 5.2.2.1)
activesupport (= 5.2.2.1)
method_source
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.0.0)
rake (12.3.1)
rake (12.3.2)
ransack (2.1.0)
actionpack (>= 5.0)
activerecord (>= 5.0)
Expand Down Expand Up @@ -694,11 +694,12 @@ DEPENDENCIES
decidim-verifications-csv_email!
faker (~> 1)
listen
rails (= 5.2.2.1)
social-share-button
web-console (~> 3.5)

RUBY VERSION
ruby 2.5.1p57

BUNDLED WITH
1.16.4
1.17.3
2 changes: 1 addition & 1 deletion lib/decidim/verifications/csv_email/version.rb
Expand Up @@ -5,7 +5,7 @@ module Decidim
module Verifications
module CsvEmail
def self.version
"0.0.5"
"0.0.6"
end
end
end
Expand Down

0 comments on commit 2c2b00c

Please sign in to comment.