Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Fix for 1 vulnerable dependencies #6

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,7 +3,7 @@ source 'https://rubygems.org'
gem 'maybe'
gem 'awesome_print'
gem 'wordref', :git => 'https://github.com/pcboy/wordref.git'
gem 'rtatoeba', '>= 1.0.2'
gem 'rtatoeba', '>= 1.1.0'
gem 'rforvo', :git => 'https://github.com/pcboy/rforvo.git'
gem 'trollop'
gem 'furigana'
Expand Down
20 changes: 11 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ GIT

GIT
remote: https://github.com/pcboy/wordref.git
revision: d8c493e2d6a147ec88edf56883c93266c80fc123
revision: 206e3140412829f533e96500ffc7030c1d7d1eb7
specs:
wordref (0.0.7)
wordref (0.0.8)
attempt (= 0.3)
multi_json (~> 1.12)
nokogiri (~> 1.8)
Expand All @@ -29,20 +29,21 @@ GEM
attempt (0.3.0)
structured_warnings (~> 0.3.0)
awesome_print (1.8.0)
connection_pool (2.2.2)
diff-lcs (1.3)
domain_name (0.5.20170404)
domain_name (0.5.20180417)
unf (>= 0.0.5, < 1.0.0)
furigana (0.0.8)
diff-lcs
http-cookie (1.0.3)
domain_name (~> 0.5)
maybe (1.1.0)
mechanize (2.7.5)
mechanize (2.7.6)
domain_name (~> 0.5, >= 0.5.1)
http-cookie (~> 1.0)
mime-types (>= 1.17.2)
net-http-digest_auth (~> 1.1, >= 1.1.1)
net-http-persistent (~> 2.5, >= 2.5.2)
net-http-persistent (>= 2.5.2)
nokogiri (~> 1.6)
ntlm-http (~> 0.1, >= 0.1.1)
webrobots (>= 0.0.9, < 0.2)
Expand All @@ -52,8 +53,9 @@ GEM
mini_portile2 (2.3.0)
multi_json (1.13.1)
net-http-digest_auth (1.4.1)
net-http-persistent (2.9.4)
nokogiri (1.8.1)
net-http-persistent (3.0.0)
connection_pool (~> 2.2)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
ntlm-http (0.1.1)
rspec (2.14.1)
Expand All @@ -70,7 +72,7 @@ GEM
trollop (2.1.2)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.4)
unf_ext (0.0.7.5)
webrobots (0.1.2)

PLATFORMS
Expand All @@ -84,7 +86,7 @@ DEPENDENCIES
imgin!
maybe
rforvo!
rtatoeba (>= 1.0.2)
rtatoeba (>= 1.1.0)
trollop
wordref!

Expand Down