Skip to content

Commit

Permalink
update gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
progressbarsk committed Jul 29, 2012
1 parent 1ed524a commit ec0ebbb
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 40 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Expand Up @@ -9,7 +9,7 @@ gem 'mysql2'

group :development, :test do
gem 'sqlite3'
# gem 'refinerycms-testing'
gem 'refinerycms-testing'
gem "letter_opener"
gem 'thin'
end
Expand Down Expand Up @@ -47,12 +47,12 @@ gem 'jquery-rails'

# Refinery CMS
# gem 'refinerycms', '~> 2.0.3' #, :path => 'vendor/refinerycms', :branch => '2-0-stable'
gem 'refinerycms', :path => 'vendor/refinerycms', :branch => 'master'
gem 'refinerycms', :path => 'vendor/refinerycms', :branch => '2-0-stable'
# gem 'refinerycms', :git => 'git://github.com/resolve/refinerycms.git', :branch => 'master'

# Specify additional Refinery CMS Extensions here (all optional):
gem 'refinerycms-i18n', '~> 2.0.0'
gem 'refinerycms-blog', '~> 2.0.0'
gem 'refinerycms-blog', :path => 'vendor/refinerycms-blog', :branch => '2-0-stable'
gem 'refinerycms-inquiries', '~> 2.0.0'
# gem 'refinerycms-search', '~> 2.0.0'
# gem 'refinerycms-page-images', '~> 2.0.0'
Expand Down
125 changes: 88 additions & 37 deletions Gemfile.lock
Expand Up @@ -54,47 +54,73 @@ PATH
dragonfly (~> 0.9.8)
rack-cache (>= 0.5.3)
refinerycms-core (= 2.0.5)
refinerycms-testing (2.0.5)
capybara (~> 1.1.2)
database_cleaner (~> 0.7.2)
factory_girl_rails (~> 1.7.0)
refinerycms-core (= 2.0.5)
rspec-rails (~> 2.11)

PATH
remote: vendor/refinerycms-blog
specs:
refinerycms-blog (2.0.4)
acts-as-taggable-on
filters_spam (~> 0.2)
rails_autolink
refinerycms-core (~> 2.0.3)
refinerycms-settings (~> 2.0.1)
seo_meta (~> 1.3.0)

GEM
remote: https://rubygems.org/
specs:
actionmailer (3.2.6)
actionpack (= 3.2.6)
actionmailer (3.2.7)
actionpack (= 3.2.7)
mail (~> 2.4.4)
actionpack (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
actionpack (3.2.7)
activemodel (= 3.2.7)
activesupport (= 3.2.7)
builder (~> 3.0.0)
erubis (~> 2.7.0)
journey (~> 1.0.1)
journey (~> 1.0.4)
rack (~> 1.4.0)
rack-cache (~> 1.2)
rack-test (~> 0.6.1)
sprockets (~> 2.1.3)
activemodel (3.2.6)
activesupport (= 3.2.6)
activemodel (3.2.7)
activesupport (= 3.2.7)
builder (~> 3.0.0)
activerecord (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
activerecord (3.2.7)
activemodel (= 3.2.7)
activesupport (= 3.2.7)
arel (~> 3.0.2)
tzinfo (~> 0.3.29)
activeresource (3.2.6)
activemodel (= 3.2.6)
activesupport (= 3.2.6)
activesupport (3.2.6)
activeresource (3.2.7)
activemodel (= 3.2.7)
activesupport (= 3.2.7)
activesupport (3.2.7)
i18n (~> 0.6)
multi_json (~> 1.0)
acts-as-taggable-on (2.3.3)
rails (~> 3.0)
acts_as_indexed (0.7.8)
addressable (2.2.8)
addressable (2.3.2)
arel (3.0.2)
awesome_nested_set (2.1.3)
activerecord (>= 3.0.0)
babosa (0.3.7)
bcrypt-ruby (3.0.1)
builder (3.0.0)
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.4)
ffi (~> 1.0, >= 1.0.6)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
Expand All @@ -103,17 +129,25 @@ GEM
execjs
coffee-script-source (1.3.3)
daemons (1.1.8)
database_cleaner (0.7.2)
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)
dragonfly (0.9.12)
rack
erubis (2.7.0)
eventmachine (0.12.10)
execjs (1.4.0)
multi_json (~> 1.0)
factory_girl (2.6.4)
activesupport (>= 2.3.9)
factory_girl_rails (1.7.0)
factory_girl (~> 2.6.0)
railties (>= 3.0.0)
ffi (1.1.1)
filters_spam (0.3)
friendly_id (4.0.7)
globalize3 (0.2.0)
Expand All @@ -126,11 +160,13 @@ GEM
jquery-rails (2.0.2)
railties (>= 3.2.0, < 5.0)
thor (~> 0.14)
json (1.7.3)
launchy (2.1.0)
addressable (~> 2.2.6)
json (1.7.4)
launchy (2.1.1)
addressable (~> 2.3)
letter_opener (0.0.2)
launchy
libwebsocket (0.1.5)
addressable
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
Expand All @@ -151,33 +187,26 @@ GEM
rack
rack-test (0.6.1)
rack (>= 1.0)
rails (3.2.6)
actionmailer (= 3.2.6)
actionpack (= 3.2.6)
activerecord (= 3.2.6)
activeresource (= 3.2.6)
activesupport (= 3.2.6)
rails (3.2.7)
actionmailer (= 3.2.7)
actionpack (= 3.2.7)
activerecord (= 3.2.7)
activeresource (= 3.2.7)
activesupport (= 3.2.7)
bundler (~> 1.0)
railties (= 3.2.6)
railties (= 3.2.7)
rails_autolink (1.0.9)
rails (~> 3.1)
railties (3.2.6)
actionpack (= 3.2.6)
activesupport (= 3.2.6)
railties (3.2.7)
actionpack (= 3.2.7)
activesupport (= 3.2.7)
rack-ssl (~> 1.3.2)
rake (>= 0.8.7)
rdoc (~> 3.4)
thor (>= 0.14.6, < 2.0)
rake (0.9.2.2)
rdoc (3.12)
json (~> 1.4)
refinerycms-blog (2.0.4)
acts-as-taggable-on
filters_spam (~> 0.2)
rails_autolink
refinerycms-core (~> 2.0.3)
refinerycms-settings (~> 2.0.1)
seo_meta (~> 1.3.0)
refinerycms-calendar (2.0.2)
refinerycms-core (~> 2.0.3)
refinerycms-i18n (2.0.0)
Expand All @@ -191,11 +220,30 @@ GEM
refinerycms-core (~> 2.0.1)
routing-filter (0.3.1)
actionpack
rspec (2.11.0)
rspec-core (~> 2.11.0)
rspec-expectations (~> 2.11.0)
rspec-mocks (~> 2.11.0)
rspec-core (2.11.1)
rspec-expectations (2.11.2)
diff-lcs (~> 1.1.3)
rspec-mocks (2.11.1)
rspec-rails (2.11.0)
actionpack (>= 3.0)
activesupport (>= 3.0)
railties (>= 3.0)
rspec (~> 2.11.0)
rubyzip (0.9.9)
sass (3.1.20)
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
seo_meta (1.3.0)
railties (>= 3.0.0)
sprockets (2.1.3)
Expand All @@ -220,6 +268,8 @@ GEM
warden (1.1.1)
rack (>= 1.0)
will_paginate (3.0.3)
xpath (0.1.4)
nokogiri (~> 1.3)

PLATFORMS
ruby
Expand All @@ -232,13 +282,14 @@ DEPENDENCIES
nokogiri
rails (~> 3.2.3)
refinerycms!
refinerycms-blog (~> 2.0.0)
refinerycms-blog!
refinerycms-calendar
refinerycms-fees!
refinerycms-i18n (~> 2.0.0)
refinerycms-inquiries (~> 2.0.0)
refinerycms-mailinglists!
refinerycms-registrations!
refinerycms-testing
refinerycms-transactions!
sass-rails (~> 3.2.3)
sqlite3
Expand Down

0 comments on commit ec0ebbb

Please sign in to comment.