diff options
| author | Luc Donnet | 2012-10-09 14:11:26 +0200 |
|---|---|---|
| committer | Luc Donnet | 2012-10-09 14:11:26 +0200 |
| commit | b541f116a35f213990e54e3184c37911c1d89ebf (patch) | |
| tree | 0045987da710c4e4d46bdc30697a39ffc9b7505e /Gemfile | |
| parent | e8c97dbaa2589291018fc5d2ec8326b2be40e9f9 (diff) | |
| download | chouette-core-b541f116a35f213990e54e3184c37911c1d89ebf.tar.bz2 | |
Add year calendar for time table show
Diffstat (limited to 'Gemfile')
| -rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,6 @@ platforms :jruby do gem 'jruby-openssl' gem "jruby-rack-worker" gem 'warbler' - gem "jruby-rack-worker" end platforms :ruby do @@ -37,6 +36,7 @@ gem 'RedCloth' gem 'jquery-rails' gem "modernizr-rails", "~> 2.0.6" gem 'gravatar_image_tag' +gem 'calendar_helper', :git => "git://github.com/topfunky/calendar_helper.git" gem "acts_as_tree", :git => "git://github.com/dryade/acts_as_tree.git" #gem 'ninoxe', :git => 'git://github.com/dryade/ninoxe.git' |
