Browse Source

little fix

motephyr 10 years ago
parent
commit
094ff904fe
2 changed files with 3 additions and 3 deletions
  1. 2 2
      Gemfile
  2. 1 1
      Gemfile.lock

+ 2 - 2
Gemfile

@@ -1,4 +1,4 @@
-  source 'https://rubygems.org'
+source 'https://rubygems.org'
 
 
 # Declare your gem's dependencies in taiwan_city.gemspec.
@@ -11,7 +11,7 @@ gemspec
 # Git. Remember to move these dependencies to your gemspec before releasing
 # your gem to rubygems.org.
 
-#gem 'jquery-rails' # fixed: ActionView::Template::Error: couldn't find file 'jquery'
+gem 'jquery-rails' # fixed: ActionView::Template::Error: couldn't find file 'jquery'
 gem 'appraisal'
 # To use debugger
 # gem 'debugger'

+ 1 - 1
Gemfile.lock

@@ -1,7 +1,7 @@
 PATH
   remote: .
   specs:
-    taiwan_city (0.0.1)
+    taiwan_city (0.0.2)
       jquery-rails
       rails (>= 3.1.0)