restore redhillonrails_core gem
This commit is contained in:
parent
53c63b2684
commit
7d1c5f381b
1
Gemfile
1
Gemfile
|
@ -1,6 +1,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'rails', '3.2.13' #, :git => 'git://github.com/rails/rails.git'
|
gem 'rails', '3.2.13' #, :git => 'git://github.com/rails/rails.git'
|
||||||
|
gem 'redhillonrails_core', :git => 'git://github.com/warpc/redhillonrails_core.git', :branch => 'rails31' # '~> 2.0.0.pre' # deprecated
|
||||||
|
|
||||||
gem 'pg', '~> 0.14.0'
|
gem 'pg', '~> 0.14.0'
|
||||||
|
|
||||||
|
|
|
@ -13,6 +13,14 @@ GIT
|
||||||
mime-types (~> 1.15)
|
mime-types (~> 1.15)
|
||||||
posix-spawn (~> 0.3.6)
|
posix-spawn (~> 0.3.6)
|
||||||
|
|
||||||
|
GIT
|
||||||
|
remote: git://github.com/warpc/redhillonrails_core.git
|
||||||
|
revision: c0945a4c6ad4bae4ca2750b105efcff162408b15
|
||||||
|
branch: rails31
|
||||||
|
specs:
|
||||||
|
redhillonrails_core (2.0.0.pre)
|
||||||
|
activerecord (>= 3.1.0.rc)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
|
@ -408,6 +416,7 @@ DEPENDENCIES
|
||||||
rails3-jquery-autocomplete (~> 1.0.7)
|
rails3-jquery-autocomplete (~> 1.0.7)
|
||||||
rdiscount
|
rdiscount
|
||||||
redcarpet (~> 2.1.1)
|
redcarpet (~> 2.1.1)
|
||||||
|
redhillonrails_core!
|
||||||
resque (~> 1.21.0)
|
resque (~> 1.21.0)
|
||||||
resque-status (~> 0.3.3)
|
resque-status (~> 0.3.3)
|
||||||
resque_mailer (~> 2.1.0)
|
resque_mailer (~> 2.1.0)
|
||||||
|
|
Loading…
Reference in New Issue