-
- Downloads
Update to Fedora-27 base image.
... | @@ -52,11 +52,11 @@ gem 'activemodel', '~> 4.2.5' | ... | @@ -52,11 +52,11 @@ gem 'activemodel', '~> 4.2.5' |
gem 'dtu-core', :git => 'https://github.com/dtu-compute/dtu-enote-core.git', :branch => 'devel'#, :tag => '0.9' | gem 'dtu-core', :git => 'https://github.com/dtu-compute/dtu-enote-core.git', :branch => 'devel'#, :tag => '0.9' | ||
#gem 'dtu-core', :path => '../dtu-core' | #gem 'dtu-core', :path => '../dtu-core' | ||
gem 'awesome_print', '~> 1.6', '>= 1.6.1' | gem 'awesome_print', '~> 1.6', '>= 1.6.1' | ||
# Web Stack | # Web Stack | ||
gem 'thin' | gem 'thin', '~> 1.7.2' | ||
gem 'foreman', '~> 0.84.0' | |||
# To render podcast pages in rake | # To render podcast pages in rake | ||
gem 'backport_new_renderer' | gem 'backport_new_renderer' | ||
... | @@ -78,7 +78,7 @@ end | ... | @@ -78,7 +78,7 @@ end |
gem 'rubycas-client', '~> 2.3.8', :git => 'https://github.com/rubycas/rubycas-client' | gem 'rubycas-client', '~> 2.3.8', :git => 'https://github.com/rubycas/rubycas-client' | ||
gem 'nokogiri', '~> 1.6' | gem 'nokogiri', '~> 1.8.1' | ||
# redis | # redis | ||
gem 'redis', '~> 3.2' | gem 'redis', '~> 3.2' | ||
... | ... |
Please register or sign in to comment