Gemfile 638 B

1234567891011121314151617
  1. source 'https://rubygems.org'
  2. # Declare your gem's dependencies in taiwan_city.gemspec.
  3. # Bundler will treat runtime dependencies like base dependencies, and
  4. # development dependencies will be added by default to the :development group.
  5. gemspec
  6. # Declare any dependencies that are still in development here instead of in
  7. # your gemspec. These might include edge Rails or gems from your path or
  8. # Git. Remember to move these dependencies to your gemspec before releasing
  9. # your gem to rubygems.org.
  10. gem 'jquery-rails' # fixed: ActionView::Template::Error: couldn't find file 'jquery'
  11. gem 'appraisal'
  12. # To use debugger
  13. # gem 'debugger'