Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.

[Snyk] Fix for 1 vulnerabilities #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Expand Up @@ -3,5 +3,5 @@ source "http://rubygems.org"
group :development do
gem "rdoc", "~> 3.12"
gem "bundler", "~> 1.0"
gem "jeweler", '~> 2.0', '>= 2.0.1'
gem "jeweler", "~> 2.0", ">= 2.0.1"
end
72 changes: 40 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,50 +1,55 @@
GEM
remote: http://rubygems.org/
specs:
addressable (2.3.5)
builder (3.2.2)
descendants_tracker (0.0.3)
faraday (0.9.0)
addressable (2.4.0)
builder (3.2.3)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
git (1.2.6)
github_api (0.11.3)
addressable (~> 2.3)
descendants_tracker (~> 0.0.1)
git (1.5.0)
github_api (0.16.0)
addressable (~> 2.4.0)
descendants_tracker (~> 0.0.4)
faraday (~> 0.8, < 0.10)
hashie (>= 1.2)
multi_json (>= 1.7.5, < 2.0)
nokogiri (~> 1.6.0)
oauth2
hashie (2.0.5)
highline (1.6.21)
jeweler (2.0.1)
hashie (>= 3.4)
mime-types (>= 1.16, < 3.0)
oauth2 (~> 1.0)
hashie (4.0.0)
highline (2.0.3)
jeweler (2.3.9)
builder
bundler (>= 1.0)
bundler
git (>= 1.2.5)
github_api
github_api (~> 0.16.0)
highline (>= 1.6.15)
nokogiri (>= 1.5.10)
psych
rake
rdoc
json (1.8.1)
jwt (0.1.11)
multi_json (>= 1.5)
mini_portile (0.5.2)
multi_json (1.8.4)
multi_xml (0.5.5)
multipart-post (2.0.0)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
oauth2 (0.9.3)
faraday (>= 0.8, < 0.10)
jwt (~> 0.1.8)
semver2
json (1.8.6)
jwt (2.2.1)
mime-types (2.99.3)
mini_portile2 (2.4.0)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
nokogiri (1.10.5)
mini_portile2 (~> 2.4.0)
oauth2 (1.4.2)
faraday (>= 0.8, < 2.0)
jwt (>= 1.0, < 3.0)
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (~> 1.2)
rack (1.5.2)
rake (10.1.1)
rack (>= 1.2, < 3)
psych (3.1.0)
rack (2.0.7)
rake (13.0.1)
rdoc (3.12.2)
json (~> 1.4)
semver2 (3.4.2)
thread_safe (0.3.6)

PLATFORMS
ruby
Expand All @@ -53,3 +58,6 @@ DEPENDENCIES
bundler (~> 1.0)
jeweler (~> 2.0, >= 2.0.1)
rdoc (~> 3.12)

BUNDLED WITH
1.17.3