Remore charkick gem and dependencies

This commit is contained in:
Eloy Gomez
2015-08-17 19:13:03 +02:00
parent cfd923138c
commit 2c515da780
3 changed files with 0 additions and 4 deletions

View File

@@ -33,7 +33,6 @@ gem "recaptcha", require: "recaptcha/rails"
gem 'ckeditor' gem 'ckeditor'
gem 'ahoy_matey' # stats gem 'ahoy_matey' # stats
gem "chartkick" # charts
gem 'groupdate' # group temporary data gem 'groupdate' # group temporary data
group :development, :test do group :development, :test do

View File

@@ -85,7 +85,6 @@ GEM
rack (>= 1.0.0) rack (>= 1.0.0)
rack-test (>= 0.5.4) rack-test (>= 0.5.4)
xpath (~> 2.0) xpath (~> 2.0)
chartkick (1.3.2)
ckeditor (4.1.2) ckeditor (4.1.2)
cocaine cocaine
orm_adapter (~> 0.5.0) orm_adapter (~> 0.5.0)
@@ -324,7 +323,6 @@ DEPENDENCIES
capistrano-rails (= 1.1.3) capistrano-rails (= 1.1.3)
capistrano-rvm capistrano-rvm
capybara capybara
chartkick
ckeditor ckeditor
coffee-rails (~> 4.1.0) coffee-rails (~> 4.1.0)
coveralls coveralls

View File

@@ -8,7 +8,6 @@
<%= stylesheet_link_tag "application" %> <%= stylesheet_link_tag "application" %>
<%= javascript_include_tag "vendor/modernizr" %> <%= javascript_include_tag "vendor/modernizr" %>
<%= javascript_include_tag "application", 'data-turbolinks-track' => true %> <%= javascript_include_tag "application", 'data-turbolinks-track' => true %>
<%= javascript_include_tag "//www.google.com/jsapi", "chartkick" %>
<%= csrf_meta_tags %> <%= csrf_meta_tags %>
<script src="https://www.google.com/recaptcha/api.js?hl=<%= I18n.locale %>"></script> <script src="https://www.google.com/recaptcha/api.js?hl=<%= I18n.locale %>"></script>
</head> </head>