Skip to content

Commit

Permalink
Add vulnerable Gemfile and Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
gjvis committed Jan 23, 2017
0 parents commit 845567c
Show file tree
Hide file tree
Showing 2 changed files with 339 additions and 0 deletions.
44 changes: 44 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
source 'https://rubygems.org'

ruby '1.9.3'

gem 'rails', '3.2.18'
gem 'thin', '1.3.1'
gem 'pg', '0.13.2'
gem 'haml', '3.1.4'
gem 'haml-rails', '0.3.4'
gem 'sass', '~> 3.2.1'
gem 'rails_admin'
gem 'devise', '2.0.4'
gem 'sunspot_rails', '1.3.1'
gem 'gmaps4rails', '1.5.1'
gem 'paperclip', '3.0.3'
gem 'aws-sdk', '1.5.2'
gem 'progress_bar', '0.4.0'
gem 'will_paginate', '~> 3.0'
gem 'paperclip-meta', '0.4.3'
gem 'sitemap_generator'
gem 'fog'

group :development, :test do
gem 'rspec-rails', '~> 2.10.0'
gem 'sunspot_solr', '1.3.1'
gem 'pry'
end

group :test do
gem 'capybara', '1.1.2'
gem 'sunspot_test', '0.4.0'
gem 'sunspot_matchers', '1.3.0.1'
gem 'shoulda', '3.1.1'
end

# Gems used only for assets and not required
# in production environments by default.
group :assets do
gem 'sass-rails', '3.2.5'
gem 'coffee-rails', '3.2.2'
gem 'uglifier', '1.2.4'
end

gem 'jquery-rails', '~> 2.0'
295 changes: 295 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,295 @@
GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.18)
actionpack (= 3.2.18)
mail (~> 2.5.4)
actionpack (3.2.18)
activemodel (= 3.2.18)
activesupport (= 3.2.18)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.18)
activesupport (= 3.2.18)
builder (~> 3.0.0)
activerecord (3.2.18)
activemodel (= 3.2.18)
activesupport (= 3.2.18)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.18)
activemodel (= 3.2.18)
activesupport (= 3.2.18)
activesupport (3.2.18)
i18n (~> 0.6, >= 0.6.4)
multi_json (~> 1.0)
addressable (2.3.2)
arel (3.0.3)
aws-sdk (1.5.2)
httparty (~> 0.7)
json (~> 1.4)
nokogiri (>= 1.4.4)
uuidtools (~> 2.1)
bbenezech-nested_form (0.0.6)
bcrypt-ruby (3.0.1)
bootstrap-sass (2.1.0.0)
builder (3.0.4)
capybara (1.1.2)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
rack (>= 1.0.0)
rack-test (>= 0.5.4)
selenium-webdriver (~> 2.0)
xpath (~> 0.1.4)
childprocess (0.3.5)
ffi (~> 1.0, >= 1.0.6)
cocaine (0.3.1)
coderay (1.0.7)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
coffee-script (2.2.0)
coffee-script-source
execjs
coffee-script-source (1.3.3)
daemons (1.1.9)
devise (2.0.4)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
railties (~> 3.1)
warden (~> 1.1.1)
diff-lcs (1.1.3)
erubis (2.7.0)
escape (0.0.4)
eventmachine (1.0.0)
excon (0.23.0)
execjs (1.4.0)
multi_json (~> 1.0)
fattr (2.2.1)
ffi (1.1.5)
fog (1.12.1)
builder
excon (~> 0.23.0)
formatador (~> 0.2.0)
mime-types
multi_json (~> 1.0)
net-scp (~> 1.1)
net-ssh (>= 2.1.3)
nokogiri (~> 1.5.0)
ruby-hmac
formatador (0.2.4)
gmaps4rails (1.5.1)
haml (3.1.4)
haml-rails (0.3.4)
actionpack (~> 3.0)
activesupport (~> 3.0)
haml (~> 3.0)
railties (~> 3.0)
highline (1.6.15)
hike (1.2.3)
httparty (0.14.0)
multi_xml (>= 0.5.2)
i18n (0.6.9)
journey (1.0.4)
jquery-rails (2.1.3)
railties (>= 3.1.0, < 5.0)
thor (~> 0.14)
jquery-ui-rails (1.1.1)
jquery-rails
railties (>= 3.1.0)
json (1.8.1)
kaminari (0.14.1)
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
libwebsocket (0.1.5)
addressable
mail (2.5.4)
mime-types (~> 1.16)
treetop (~> 1.4.8)
method_source (0.8)
mime-types (1.25.1)
multi_json (1.12.1)
multi_xml (0.5.5)
net-scp (1.1.1)
net-ssh (>= 2.6.5)
net-ssh (2.6.7)
nokogiri (1.5.11)
options (2.3.0)
fattr
orm_adapter (0.0.7)
paperclip (3.0.3)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
cocaine (>= 0.0.2)
mime-types
paperclip-meta (0.4.3)
paperclip
pg (0.13.2)
polyglot (0.3.4)
pr_geohash (1.0.0)
progress_bar (0.4.0)
highline (~> 1.6.1)
options (~> 2.3.0)
pry (0.9.10)
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
rack (1.4.7)
rack-cache (1.2)
rack (>= 0.4)
rack-pjax (0.6.0)
nokogiri (~> 1.5)
rack (~> 1.3)
rack-ssl (1.3.4)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.18)
actionmailer (= 3.2.18)
actionpack (= 3.2.18)
activerecord (= 3.2.18)
activeresource (= 3.2.18)
activesupport (= 3.2.18)
bundler (~> 1.0)
railties (= 3.2.18)
rails_admin (0.0.5)
bbenezech-nested_form (~> 0.0.6)
bootstrap-sass (~> 2.0, >= 2.0.3)
builder (~> 3.0)
coffee-rails (~> 3.1)
haml (~> 3.1)
jquery-rails (>= 1.0.17)
jquery-ui-rails (>= 0.5, < 2)
kaminari (~> 0.12)
rack-pjax (~> 0.5)
rails (~> 3.1)
remotipart (~> 1.0)
sass-rails (~> 3.1)
railties (3.2.18)
actionpack (= 3.2.18)
activesupport (= 3.2.18)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.3.1)
rdoc (3.12.2)
json (~> 1.4)
remotipart (1.0.2)
rsolr (1.0.8)
builder (>= 2.1.2)
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
rspec-mocks (~> 2.10.0)
rspec-core (2.10.1)
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1)
rspec-rails (2.10.1)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.10.0)
ruby-hmac (0.4.0)
rubyzip (0.9.9)
sass (3.2.1)
sass-rails (3.2.5)
railties (~> 3.2.0)
sass (>= 3.1.10)
tilt (~> 1.3)
selenium-webdriver (2.25.0)
childprocess (>= 0.2.5)
libwebsocket (~> 0.1.3)
multi_json (~> 1.0)
rubyzip
shoulda (3.1.1)
shoulda-context (~> 1.0)
shoulda-matchers (~> 1.2)
shoulda-context (1.0.0)
shoulda-matchers (1.3.0)
activesupport (>= 3.0.0)
sitemap_generator (4.1.0)
builder
slop (3.3.3)
sprockets (2.2.3)
hike (~> 1.2)
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sunspot (1.3.1)
escape (~> 0.0.4)
pr_geohash (~> 1.0)
rsolr (~> 1.0.7)
sunspot_matchers (1.3.0.1)
sunspot_rails (1.3.1)
nokogiri
sunspot (= 1.3.1)
sunspot_solr (1.3.1)
escape (~> 0.0.4)
sunspot_test (0.4.0)
sunspot_rails (>= 1.2.1)
thin (1.3.1)
daemons (>= 1.0.9)
eventmachine (>= 0.12.6)
rack (>= 1.0.0)
thor (0.19.1)
tilt (1.4.1)
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.39)
uglifier (1.2.4)
execjs (>= 0.3.0)
multi_json (>= 1.0.2)
uuidtools (2.1.3)
warden (1.1.1)
rack (>= 1.0)
will_paginate (3.1.5)
xpath (0.1.4)
nokogiri (~> 1.3)

PLATFORMS
ruby

DEPENDENCIES
aws-sdk (= 1.5.2)
capybara (= 1.1.2)
coffee-rails (= 3.2.2)
devise (= 2.0.4)
fog
gmaps4rails (= 1.5.1)
haml (= 3.1.4)
haml-rails (= 0.3.4)
jquery-rails (~> 2.0)
paperclip (= 3.0.3)
paperclip-meta (= 0.4.3)
pg (= 0.13.2)
progress_bar (= 0.4.0)
pry
rails (= 3.2.18)
rails_admin
rspec-rails (~> 2.10.0)
sass (~> 3.2.1)
sass-rails (= 3.2.5)
shoulda (= 3.1.1)
sitemap_generator
sunspot_matchers (= 1.3.0.1)
sunspot_rails (= 1.3.1)
sunspot_solr (= 1.3.1)
sunspot_test (= 0.4.0)
thin (= 1.3.1)
uglifier (= 1.2.4)
will_paginate (~> 3.0)

RUBY VERSION
ruby 2.3.1p112

BUNDLED WITH
1.13.6

0 comments on commit 845567c

Please sign in to comment.