adds rails-settings cached and rails-i18n-debug gems
This commit is contained in:
parent
47405b5b19
commit
e8173d44ae
2 changed files with 13 additions and 5 deletions
9
Gemfile
9
Gemfile
|
|
@ -35,7 +35,7 @@ gem 'simple-navigation-bootstrap'
|
|||
gem 'meta_search'
|
||||
gem 'acts_as_versioned', git: 'git://github.com/technoweenie/acts_as_versioned.git' # Use this instead of rubygem
|
||||
gem 'acts_as_tree'
|
||||
gem 'acts_as_configurable', git: 'git://github.com/bwalding/acts_as_configurable.git'
|
||||
gem "rails-settings-cached", "0.2.4"
|
||||
gem 'resque'
|
||||
gem 'whenever', require: false # For defining cronjobs, see config/schedule.rb
|
||||
|
||||
|
|
@ -50,7 +50,8 @@ group :development do
|
|||
# Better error output
|
||||
gem 'better_errors'
|
||||
gem 'binding_of_caller'
|
||||
|
||||
# gem "rails-i18n-debug"
|
||||
|
||||
# Re-enable rails benchmarker/profiler
|
||||
gem 'ruby-prof'
|
||||
gem 'test-unit'
|
||||
|
|
@ -66,3 +67,7 @@ group :development do
|
|||
gem 'capistrano-ext'
|
||||
gem 'common_deploy', require: false, path: '../../common_deploy' #git: 'git://github.com/fsmanuel/common_deploy.git'
|
||||
end
|
||||
|
||||
# Gems left for backwards compatibility
|
||||
gem 'acts_as_configurable', git: 'git://github.com/bwalding/acts_as_configurable.git' # user settings migration needs it
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue