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 #2

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
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ gem 'data_objects'


#active record
gem 'activerecord'
gem 'activerecord', '>= 3.2.11'
gem 'activerecord-mysql2-adapter'

#test data
gem 'faker'
gem 'faker', '>= 1.1.2'

47 changes: 27 additions & 20 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.11)
activesupport (= 3.2.11)
builder (~> 3.0.0)
activerecord (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activemodel (5.2.1)
activesupport (= 5.2.1)
activerecord (5.2.1)
activemodel (= 5.2.1)
activesupport (= 5.2.1)
arel (>= 9.0)
activerecord-mysql2-adapter (0.0.3)
mysql2
activesupport (3.2.11)
i18n (~> 0.6)
multi_json (~> 1.0)
activesupport (5.2.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.2.8)
arel (3.0.2)
arel (9.0.0)
bcrypt-ruby (3.0.1)
builder (3.0.4)
concurrent-ruby (1.1.3)
data_objects (0.10.12)
addressable (~> 2.1)
datamapper (1.2.0)
Expand Down Expand Up @@ -66,27 +66,34 @@ GEM
dm-core (~> 1.2.0)
do_mysql (0.10.12)
data_objects (= 0.10.12)
faker (1.1.2)
i18n (~> 0.5)
faker (1.9.1)
i18n (>= 0.7)
fastercsv (1.5.5)
i18n (0.6.1)
i18n (1.1.1)
concurrent-ruby (~> 1.0)
json (1.7.6)
json_pure (1.7.6)
multi_json (1.5.0)
minitest (5.11.3)
multi_json (1.13.1)
mysql2 (0.3.11)
stringex (1.5.1)
tzinfo (0.3.35)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
uuidtools (2.1.3)

PLATFORMS
ruby

DEPENDENCIES
activerecord
activerecord (>= 3.2.11)
activerecord-mysql2-adapter
data_objects
datamapper
dm-migrations
dm-mysql-adapter
dm-transactions
faker
faker (>= 1.1.2)

BUNDLED WITH
1.16.6