Skip to content

Commit

Permalink
updated bundle to fix security issues with rails (only development)
Browse files Browse the repository at this point in the history
  • Loading branch information
jokklan committed Mar 26, 2013
1 parent 6f01cd9 commit 4a4d909
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ source "http://rubygems.org"
gemspec

gem 'refinerycms', '~> 2.0.9'
gem 'refinerycms-i18n', '~> 2.0.9'
gem 'rails'
gem 'refinerycms-i18n', '~> 2.0.2'
gem 'rails', '3.2.13'

# Database Configuration
platforms :jruby do
Expand Down
80 changes: 40 additions & 40 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,32 @@ PATH
GEM
remote: http://rubygems.org/
specs:
actionmailer (3.2.11)
actionpack (= 3.2.11)
mail (~> 2.4.4)
actionpack (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
actionmailer (3.2.13)
actionpack (= 3.2.13)
mail (~> 2.5.3)
actionpack (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.4)
rack (~> 1.4.0)
rack (~> 1.4.5)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.2.1)
activemodel (3.2.11)
activesupport (= 3.2.11)
activemodel (3.2.13)
activesupport (= 3.2.13)
builder (~> 3.0.0)
activerecord (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
activerecord (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.11)
activemodel (= 3.2.11)
activesupport (= 3.2.11)
activesupport (3.2.11)
i18n (~> 0.6)
activeresource (3.2.13)
activemodel (= 3.2.13)
activesupport (= 3.2.13)
activesupport (3.2.13)
i18n (= 0.6.1)
multi_json (~> 1.0)
acts_as_indexed (0.7.8)
addressable (2.3.2)
Expand Down Expand Up @@ -104,24 +104,24 @@ GEM
jquery-rails (2.0.3)
railties (>= 3.1.0, < 5.0)
thor (~> 0.14)
json (1.7.6)
json (1.7.7)
launchy (2.1.2)
addressable (~> 2.3)
libwebsocket (0.1.7.1)
addressable
websocket
listen (0.7.2)
lumberjack (1.0.2)
mail (2.4.4)
mail (2.5.3)
i18n (>= 0.4.0)
mime-types (~> 1.16)
treetop (~> 1.4.8)
meta_request (0.2.1)
rack-contrib
rails
method_source (0.8.1)
mime-types (1.19)
multi_json (1.5.0)
mime-types (1.21)
multi_json (1.7.2)
mysql2 (0.3.11)
nokogiri (1.5.6)
orm_adapter (0.0.7)
Expand All @@ -134,35 +134,35 @@ GEM
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
rack (1.4.4)
rack (1.4.5)
rack-cache (1.2)
rack (>= 0.4)
rack-contrib (1.1.0)
rack (>= 0.9.1)
rack-ssl (1.3.2)
rack-ssl (1.3.3)
rack
rack-test (0.6.2)
rack (>= 1.0)
rails (3.2.11)
actionmailer (= 3.2.11)
actionpack (= 3.2.11)
activerecord (= 3.2.11)
activeresource (= 3.2.11)
activesupport (= 3.2.11)
rails (3.2.13)
actionmailer (= 3.2.13)
actionpack (= 3.2.13)
activerecord (= 3.2.13)
activeresource (= 3.2.13)
activesupport (= 3.2.13)
bundler (~> 1.0)
railties (= 3.2.11)
railties (= 3.2.13)
rails-footnotes (3.7.9)
rails (>= 3.0.0)
railties (3.2.11)
actionpack (= 3.2.11)
activesupport (= 3.2.11)
railties (3.2.13)
actionpack (= 3.2.13)
activesupport (= 3.2.13)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (10.0.3)
rake (10.0.4)
rb-fsevent (0.9.3)
rdoc (3.12)
rdoc (3.12.2)
json (~> 1.4)
refinerycms (2.0.9)
bundler (~> 1.0)
Expand Down Expand Up @@ -255,13 +255,13 @@ GEM
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.7)
thor (0.16.0)
tilt (1.3.3)
thor (0.18.0)
tilt (1.3.6)
treetop (1.4.12)
polyglot
polyglot (>= 0.3.1)
truncate_html (0.9.1)
tzinfo (0.3.35)
tzinfo (0.3.37)
uglifier (1.3.0)
execjs (>= 0.3.0)
multi_json (~> 1.0, >= 1.0.2)
Expand Down Expand Up @@ -289,12 +289,12 @@ DEPENDENCIES
meta_request (= 0.2.1)
mysql2
pg
rails
rails (= 3.2.13)
rails-footnotes (>= 3.7.9)
rb-fchange (~> 0.0.5)
rb-fsevent (~> 0.9.0)
rb-notifu (~> 0.0.4)
refinerycms (~> 2.0.3)
refinerycms (~> 2.0.9)
refinerycms-i18n (~> 2.0.2)
refinerycms-menus!
refinerycms-testing (~> 2.0.3)
Expand Down

0 comments on commit 4a4d909

Please sign in to comment.