Skip to content
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.

[Snyk] Fix for 1 vulnerable dependencies #4

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 @@ -2,5 +2,5 @@ source "http://rubygems.org"

gem 'sqlite3'
gem 'daemons'
gem 'json'
gem 'json', '>= 1.5.5'
gem 'isaac', :git => "git://github.com/icco/isaac.git"
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GEM
remote: http://rubygems.org/
specs:
daemons (1.1.3)
json (1.5.1)
json (2.1.0)
sqlite3 (1.3.3)

PLATFORMS
Expand All @@ -17,5 +17,8 @@ PLATFORMS
DEPENDENCIES
daemons
isaac!
json
json (>= 1.5.5)
sqlite3

BUNDLED WITH
1.16.1