Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

[Snyk Alert] Fix for 1 vulnerability #40

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -37,14 +37,14 @@ end
group :test, :development do
gem "rspec-rails"
gem "steak"
gem "akephalos"
gem "akephalos", ">= 0.2.5"
gem "awesome_print", :require => "ap"
gem "ffaker"
end

group :test do
gem "factory_girl_rails"
gem "capybara"
gem "capybara", ">= 0.4.1.2"
gem "launchy"
gem "autotest"
gem "database_cleaner"
Expand Down
175 changes: 91 additions & 84 deletions Gemfile.lock
Expand Up @@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
RedCloth (4.2.9)
ZenTest (4.8.3)
ZenTest (4.11.1)
actionmailer (3.2.9)
actionpack (= 3.2.9)
mail (~> 2.4.4)
Expand Down Expand Up @@ -30,15 +30,18 @@ GEM
activesupport (3.2.9)
i18n (~> 0.6)
multi_json (~> 1.0)
addressable (2.3.2)
addressable (2.5.0)
public_suffix (~> 2.0, >= 2.0.2)
akephalos (0.2.5)
capybara (~> 0.4.0)
jruby-jars
arel (3.0.2)
arel (3.0.3)
autotest (4.4.6)
ZenTest (>= 4.4.1)
awesome_print (1.1.0)
bcrypt-ruby (3.0.1)
awesome_print (1.7.0)
bcrypt (3.1.11)
bcrypt-ruby (3.1.5)
bcrypt (>= 3.1.3)
builder (3.0.4)
capybara (0.4.1.2)
celerity (>= 0.7.9)
Expand All @@ -50,79 +53,76 @@ GEM
selenium-webdriver (>= 0.0.27)
xpath (~> 0.1.3)
celerity (0.9.2)
childprocess (0.3.6)
ffi (~> 1.0, >= 1.0.6)
childprocess (0.6.2)
ffi (~> 1.0, >= 1.0.11)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.4.0)
coffee-script-source (1.12.2)
culerity (0.2.15)
daemons (1.1.9)
database_cleaner (0.9.1)
devise (2.1.2)
daemons (1.2.4)
database_cleaner (1.5.3)
devise (2.1.4)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.1)
railties (~> 3.1)
warden (~> 1.2.1)
diff-lcs (1.1.3)
diff-lcs (1.3)
erubis (2.7.0)
eventmachine (1.0.0)
execjs (1.4.0)
multi_json (~> 1.0)
factory_girl (4.1.0)
eventmachine (1.2.3)
execjs (2.7.0)
factory_girl (4.8.0)
activesupport (>= 3.0.0)
factory_girl_rails (4.1.0)
factory_girl (~> 4.1.0)
factory_girl_rails (4.8.0)
factory_girl (~> 4.8.0)
railties (>= 3.0.0)
ffaker (1.15.0)
ffi (1.2.0)
font-awesome-sass-rails (2.0.0.0)
ffaker (2.5.0)
ffi (1.9.18)
font-awesome-sass-rails (3.0.2.2)
railties (>= 3.1.1)
sass-rails (>= 3.1.1)
foreman (0.51.0)
thor (>= 0.13.6)
haml (3.1.7)
haml-rails (0.3.5)
haml (3.1.8)
haml-rails (0.4)
actionpack (>= 3.1, < 4.1)
activesupport (>= 3.1, < 4.1)
haml (~> 3.1)
haml (>= 3.1, < 4.1)
railties (>= 3.1, < 4.1)
hike (1.2.1)
i18n (0.6.1)
hike (1.2.3)
i18n (0.8.1)
journey (1.0.4)
jquery-rails (2.1.4)
jquery-rails (3.1.4)
railties (>= 3.0, < 5.0)
thor (>= 0.14, < 2.0)
jruby-jars (1.7.1)
json (1.7.5)
jruby-jars (9.1.7.0)
json (1.8.6)
kaminari (0.14.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kronic (1.1.3)
launchy (2.1.2)
launchy (2.4.3)
addressable (~> 2.3)
libwebsocket (0.1.7.1)
addressable
websocket
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
mime-types (1.19)
multi_json (1.4.0)
nokogiri (1.5.5)
orm_adapter (0.4.0)
pg (0.14.1)
polyglot (0.3.3)
rack (1.4.1)
rack-cache (1.2)
mime-types (1.25.1)
multi_json (1.12.1)
nokogiri (1.5.11)
orm_adapter (0.5.0)
pg (0.19.0)
polyglot (0.3.5)
public_suffix (2.0.5)
rack (1.4.7)
rack-cache (1.7.0)
rack (>= 0.4)
rack-ssl (1.3.2)
rack-ssl (1.3.4)
rack
rack-test (0.6.2)
rack-test (0.6.3)
rack (>= 1.0)
rails (3.2.9)
actionmailer (= 3.2.9)
Expand All @@ -139,76 +139,80 @@ GEM
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.0.2)
rdoc (3.12)
rake (12.0.0)
rdoc (3.12.2)
json (~> 1.4)
rspec (2.12.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rspec-core (2.12.1)
rspec-expectations (2.12.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.12.0)
rspec-rails (2.12.0)
rspec (3.5.0)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-core (3.5.4)
rspec-support (~> 3.5.0)
rspec-expectations (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-mocks (3.5.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.5.0)
rspec-rails (3.5.2)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec-core (~> 2.12.0)
rspec-expectations (~> 2.12.0)
rspec-mocks (~> 2.12.0)
rubyzip (0.9.9)
sass (3.2.3)
sass-rails (3.2.5)
rspec-core (~> 3.5.0)
rspec-expectations (~> 3.5.0)
rspec-mocks (~> 3.5.0)
rspec-support (~> 3.5.0)
rspec-support (3.5.0)
rubyzip (1.2.1)
sass (3.4.23)
sass-rails (3.2.6)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
selenium-webdriver (2.27.1)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
selenium-webdriver (2.53.4)
childprocess (~> 0.5)
rubyzip (~> 1.0)
websocket (~> 1.0)
simple_form (1.2.2)
sprockets (2.2.2)
sprockets (2.2.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.6)
sqlite3 (1.3.13)
steak (1.1.0)
rspec (>= 1.3)
thin (1.5.0)
thin (1.5.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.16.0)
tilt (1.3.3)
timeliness (0.3.7)
treetop (1.4.12)
thor (0.19.4)
tilt (1.4.1)
timeliness (0.3.8)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.35)
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
validates_timeliness (3.0.14)
timeliness (~> 0.3.6)
warden (1.2.1)
tzinfo (0.3.52)
uglifier (3.1.4)
execjs (>= 0.3.0, < 3)
validates_timeliness (3.0.15)
timeliness (~> 0.3.7)
warden (1.2.7)
rack (>= 1.0)
websocket (1.0.4)
websocket (1.2.4)
xpath (0.1.4)
nokogiri (~> 1.3)
yajl-ruby (1.1.0)
yajl-ruby (1.3.0)

PLATFORMS
ruby

DEPENDENCIES
RedCloth (~> 4.2.9)
akephalos
akephalos (>= 0.2.5)
autotest
awesome_print
capybara
capybara (>= 0.4.1.2)
coffee-rails (~> 3.2.2)
database_cleaner
devise (~> 2.1.2)
Expand All @@ -235,3 +239,6 @@ DEPENDENCIES
uglifier
validates_timeliness (~> 3.0.14)
yajl-ruby

BUNDLED WITH
1.13.6