Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

[Snyk] Security upgrade juwelier from 2.1.3 to 2.1.3 #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -16,6 +16,6 @@ group :development do
gem "shoulda", ">= 0"
gem "rdoc", "~> 3.12"
gem "bundler", "~> 1.0"
gem "juwelier", "~> 2.1.0"
gem "juwelier", "~> 2.1.3"
gem "simplecov", ">= 0"
end
44 changes: 25 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -11,9 +11,9 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
builder (3.2.3)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
builder (3.2.4)
concurrent-ruby (1.1.4)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
@@ -32,17 +32,21 @@ GEM
faraday
multi_json
excon (0.62.0)
faraday (0.15.4)
faraday (1.3.0)
faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
git (1.5.0)
github_api (0.18.2)
ruby2_keywords
faraday-net_http (1.0.0)
git (1.8.1)
rchardet (~> 1.8)
github_api (0.19.0)
addressable (~> 2.4)
descendants_tracker (~> 0.0.4)
faraday (~> 0.8)
faraday (>= 0.8, < 2)
hashie (~> 3.5, >= 3.5.2)
oauth2 (~> 1.0)
hashie (3.6.0)
highline (2.0.1)
highline (2.0.3)
i18n (1.5.3)
concurrent-ruby (~> 1.0)
json (1.8.6)
@@ -56,26 +60,28 @@ GEM
rake
rdoc
semver
jwt (2.1.0)
jwt (2.2.2)
mini_portile2 (2.4.0)
minitest (5.11.3)
multi_json (1.13.1)
multi_json (1.15.0)
multi_xml (0.6.0)
multipart-post (2.0.0)
nokogiri (1.10.1)
multipart-post (2.1.1)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
oauth2 (1.4.1)
faraday (>= 0.8, < 0.16.0)
oauth2 (1.4.4)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
pg (1.1.4)
public_suffix (3.0.3)
rack (2.0.6)
rake (12.3.2)
public_suffix (4.0.6)
rack (2.2.3)
rake (13.0.3)
rchardet (1.8.0)
rdoc (3.12.2)
json (~> 1.4)
ruby2_keywords (0.0.2)
semver (1.0.1)
shoulda (3.6.0)
shoulda-context (~> 1.0, >= 1.0.1)
@@ -102,11 +108,11 @@ DEPENDENCIES
elasticsearch-model
elasticsearch-rails
excon
juwelier (~> 2.1.0)
juwelier (~> 2.1.3)
pg
rdoc (~> 3.12)
shoulda
simplecov

BUNDLED WITH
1.17.2
1.17.3