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

[Snyk] Fix for 13 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
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
source 'https://rubygems.org'

# Project requirements
gem 'activerecord', '~> 3.0', :require => 'active_record'
gem 'activerecord-postgres-array'
gem 'activerecord', '~> 3.2', '>= 3.2.22.1'
gem 'activerecord-postgres-array', '>= 0.0.10'
gem 'bcrypt-ruby', :require => 'bcrypt'
gem 'em-http-request'
gem 'erubis', '~> 2.7.0'
gem 'honeybadger'
gem 'json'
gem 'keen'
gem 'minitest', :require => 'minitest/autorun', :group => 'test'
gem 'omniauth-identity'
gem 'omniauth-identity', '>= 1.1.1'
gem 'pg'
gem 'rack-test', :require => 'rack/test', :group => 'test'
gem 'rack-test', '>= 0.6.2'
gem 'rake'
gem 'rr', :group => 'test'
gem 'sass'
gem 'sinatra-flash', :require => 'sinatra/flash'
gem 'thin'
gem 'sinatra-flash', '>= 0.3.0'
gem 'thin', '>= 1.6.2'

# Padrino Stable Gem
gem 'padrino', '>= 0.11'
gem 'padrino', '>= 0.12.9'

# For dev
group :development do
gem 'shotgun'
gem 'shotgun', '>= 0.9'
end
163 changes: 79 additions & 84 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
GEM
remote: https://rubygems.org/
specs:
activemodel (3.2.19)
activesupport (= 3.2.19)
activemodel (3.2.22.5)
activesupport (= 3.2.22.5)
builder (~> 3.0.0)
activerecord (3.2.19)
activemodel (= 3.2.19)
activesupport (= 3.2.19)
activerecord (3.2.22.5)
activemodel (= 3.2.22.5)
activesupport (= 3.2.22.5)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activerecord-postgres-array (0.0.10)
activerecord
activesupport (3.2.19)
activesupport (3.2.22.5)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.6)
arel (3.0.3)
bcrypt (3.1.7)
bcrypt (3.1.12)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
builder (3.0.4)
concurrent-ruby (1.0.5)
cookiejar (0.3.2)
daemons (1.1.9)
daemons (1.2.6)
em-http-request (1.1.2)
addressable (>= 2.3.4)
cookiejar
Expand All @@ -31,117 +32,111 @@ GEM
em-socksify (0.3.0)
eventmachine (>= 1.0.0.beta.4)
erubis (2.7.0)
eventmachine (1.0.3)
hashie (3.3.1)
eventmachine (1.2.7)
hashie (3.5.7)
honeybadger (1.16.5)
json
http_parser.rb (0.6.0)
http_router (0.11.1)
rack (>= 1.0.0)
url_mount (~> 0.2.1)
i18n (0.6.11)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json (1.8.1)
keen (0.8.7)
addressable (~> 2.3.5)
multi_json (~> 1.3)
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.25.1)
mail (2.7.0)
mini_mime (>= 0.1.1)
mime-types (2.99.3)
mini_mime (1.0.0)
minitest (5.4.1)
moneta (0.7.20)
multi_json (1.10.1)
omniauth (1.2.2)
hashie (>= 1.2, < 4)
rack (~> 1.0)
moneta (1.0.0)
multi_json (1.13.1)
mustermann (1.0.2)
omniauth (1.8.1)
hashie (>= 3.4.6, < 3.6.0)
rack (>= 1.6.2, < 3)
omniauth-identity (1.1.1)
bcrypt-ruby (~> 3.0)
omniauth (~> 1.0)
padrino (0.12.3)
padrino-admin (= 0.12.3)
padrino-cache (= 0.12.3)
padrino-core (= 0.12.3)
padrino-gen (= 0.12.3)
padrino-helpers (= 0.12.3)
padrino-mailer (= 0.12.3)
padrino-support (= 0.12.3)
padrino-admin (0.12.3)
padrino-core (= 0.12.3)
padrino-helpers (= 0.12.3)
padrino-cache (0.12.3)
moneta (~> 0.7.0)
padrino-core (= 0.12.3)
padrino-helpers (= 0.12.3)
padrino-core (0.12.3)
activesupport (>= 3.1)
http_router (~> 0.11.0)
padrino-support (= 0.12.3)
rack-protection (>= 1.5.0)
sinatra (~> 1.4.2)
padrino (0.14.3)
padrino-admin (= 0.14.3)
padrino-cache (= 0.14.3)
padrino-core (= 0.14.3)
padrino-gen (= 0.14.3)
padrino-helpers (= 0.14.3)
padrino-mailer (= 0.14.3)
padrino-support (= 0.14.3)
padrino-admin (0.14.3)
padrino-core (= 0.14.3)
padrino-helpers (= 0.14.3)
padrino-cache (0.14.3)
moneta (~> 1.0.0)
padrino-core (= 0.14.3)
padrino-helpers (= 0.14.3)
padrino-core (0.14.3)
padrino-support (= 0.14.3)
sinatra (>= 2.0.0)
thor (~> 0.18)
padrino-gen (0.12.3)
padrino-gen (0.14.3)
bundler (~> 1.0)
padrino-core (= 0.12.3)
padrino-helpers (0.12.3)
padrino-core (= 0.14.3)
padrino-helpers (0.14.3)
i18n (~> 0.6, >= 0.6.7)
padrino-support (= 0.12.3)
tilt (~> 1.4.1)
padrino-mailer (0.12.3)
mail (~> 2.5.3)
padrino-core (= 0.12.3)
padrino-support (0.12.3)
activesupport (>= 3.1)
padrino-support (= 0.14.3)
tilt (>= 1.4.1, < 3)
padrino-mailer (0.14.3)
mail (~> 2.5)
mime-types (< 3)
padrino-core (= 0.14.3)
padrino-support (0.14.3)
pg (0.17.1)
polyglot (0.3.5)
rack (1.5.2)
rack-protection (1.5.3)
rack (2.0.5)
rack-protection (2.0.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rack-test (1.0.0)
rack (>= 1.0, < 3)
rake (10.3.2)
rr (1.1.2)
sass (3.4.4)
shotgun (0.9)
shotgun (0.9.2)
rack (>= 1.0)
sinatra (1.4.5)
rack (~> 1.4)
rack-protection (~> 1.4)
tilt (~> 1.3, >= 1.3.4)
sinatra (2.0.3)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.3)
tilt (~> 2.0)
sinatra-flash (0.3.0)
sinatra (>= 1.0.0)
thin (1.6.2)
daemons (>= 1.0.9)
eventmachine (>= 1.0.0)
rack (>= 1.0.0)
thor (0.19.1)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.41)
url_mount (0.2.1)
rack
thin (1.7.2)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
thor (0.20.0)
tilt (2.0.8)
tzinfo (0.3.54)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.0)
activerecord-postgres-array
activerecord (~> 3.2, >= 3.2.22.1)
activerecord-postgres-array (>= 0.0.10)
bcrypt-ruby
em-http-request
erubis (~> 2.7.0)
honeybadger
json
keen
minitest
omniauth-identity
padrino (>= 0.11)
omniauth-identity (>= 1.1.1)
padrino (>= 0.12.9)
pg
rack-test
rack-test (>= 0.6.2)
rake
rr
sass
shotgun
sinatra-flash
thin
shotgun (>= 0.9)
sinatra-flash (>= 0.3.0)
thin (>= 1.6.2)

BUNDLED WITH
1.16.1