Skip to content

Commit

Permalink
Merge branch 'release/v16.1'
Browse files Browse the repository at this point in the history
* release/v16.1:
  update gems #2. with fix capistrano
  • Loading branch information
mstolbov committed Jan 21, 2013
2 parents b65c4d9 + 3331b33 commit 94dfec9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ gem "gon"
group :assets do
gem 'jquery-ui-rails'
gem 'sass-rails'
gem 'less-rails'
gem 'coffee-rails'

# See https://github.com/sstephenson/execjs#readme for more supported runtimes
Expand Down
7 changes: 7 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ GEM
execjs
coffee-script-source (1.4.0)
colorize (0.5.8)
commonjs (0.2.6)
configus (0.0.4)
rake
connection_pool (1.0.0)
Expand Down Expand Up @@ -115,6 +116,11 @@ GEM
actionpack (>= 3.0.0)
activesupport (>= 3.0.0)
kgio (2.8.0)
less (2.2.2)
commonjs (~> 0.2.6)
less-rails (2.2.6)
actionpack (>= 3.1)
less (~> 2.2.0)
libv8 (3.11.8.13)
mail (2.4.4)
i18n (>= 0.4.0)
Expand Down Expand Up @@ -266,6 +272,7 @@ DEPENDENCIES
jquery-rails
jquery-ui-rails
kaminari
less-rails
meta_search
mini_magick
minitest
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/production.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set :rails_env, :production
set :rails_env, 'production'
set :branch do
raise "Use tags: TAG=v2" unless ENV['TAG']
ENV['TAG']
Expand Down
2 changes: 1 addition & 1 deletion config/deploy/staging.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set :rails_env, :staging
set :rails_env, 'staging'
set :branch, 'develop'
set :user, 'deadline_camp_staging'
set :keep_releases, 5
Expand Down

0 comments on commit 94dfec9

Please sign in to comment.