Skip to content

Commit

Permalink
Merge pull request #20 from 0sc/fix-security-alerts
Browse files Browse the repository at this point in the history
update dependencies to fix security vulnerabilities
  • Loading branch information
0sc committed Dec 11, 2018
2 parents 872fb20 + 23e4b36 commit f0728de
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
# Specify your gem's dependencies in active_storage-cloudinary_service.gemspec
gemspec

gem 'activestorage', '~> 5.2.0', require: false
gem 'activestorage', '~> 5.2.1.1', require: false
gem 'cloudinary', '~> 1.8.2', require: false
46 changes: 23 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
PATH
remote: .
specs:
activestorage-cloudinary-service (0.2.0)
activestorage-cloudinary-service (0.2.1)

GEM
remote: https://rubygems.org/
specs:
actionpack (5.2.0)
actionview (= 5.2.0)
activesupport (= 5.2.0)
actionpack (5.2.1.1)
actionview (= 5.2.1.1)
activesupport (= 5.2.1.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.0)
activesupport (= 5.2.0)
actionview (5.2.1.1)
activesupport (= 5.2.1.1)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activemodel (5.2.0)
activesupport (= 5.2.0)
activerecord (5.2.0)
activemodel (= 5.2.0)
activesupport (= 5.2.0)
activemodel (5.2.1.1)
activesupport (= 5.2.1.1)
activerecord (5.2.1.1)
activemodel (= 5.2.1.1)
activesupport (= 5.2.1.1)
arel (>= 9.0)
activestorage (5.2.0)
actionpack (= 5.2.0)
activerecord (= 5.2.0)
activestorage (5.2.1.1)
actionpack (= 5.2.1.1)
activerecord (= 5.2.1.1)
marcel (~> 0.3.1)
activesupport (5.2.0)
activesupport (5.2.1.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand All @@ -41,20 +41,20 @@ GEM
aws_cf_signer
rest-client
coderay (1.1.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.3)
crass (1.0.4)
diff-lcs (1.3)
domain_name (0.5.20170404)
unf (>= 0.0.5, < 1.0.0)
erubi (1.7.1)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.0.1)
i18n (1.2.0)
concurrent-ruby (~> 1.0)
loofah (2.2.2)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
marcel (0.3.2)
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (0.9.0)
mime-types (3.1)
Expand All @@ -64,12 +64,12 @@ GEM
mini_portile2 (2.3.0)
minitest (5.11.3)
netrc (0.11.0)
nokogiri (1.8.4)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
rack (2.0.5)
rack (2.0.6)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
Expand Down Expand Up @@ -106,13 +106,13 @@ PLATFORMS
ruby

DEPENDENCIES
activestorage (~> 5.2.0)
activestorage (~> 5.2.1.1)
activestorage-cloudinary-service!
bundler (~> 1.16)
cloudinary (~> 1.8.2)
pry (~> 0.11.3)
rake (~> 10.0)
rspec (~> 3.7.0)
rspec (~> 3.7)

BUNDLED WITH
1.16.2
2 changes: 1 addition & 1 deletion activestorage-cloudinary-service.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'pry', '~> 0.11.3'
spec.add_development_dependency 'rake', '~> 10.0'
spec.add_development_dependency 'rspec', '~> 3.7.0'
spec.add_development_dependency 'rspec', '~> 3.7'
end
2 changes: 1 addition & 1 deletion lib/active_storage/service/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveStorage
module CloudinaryService
VERSION = '0.2.0'.freeze
VERSION = '0.2.1'.freeze
end
end

0 comments on commit f0728de

Please sign in to comment.