socialforge/lib/wechat/Gemfile

12 lines
332 B
Ruby
Raw Normal View History

2016-04-26 10:50:54 +08:00
source 'https://rubygems.org'
gemspec
# jquery-rails is used by the dummy application
gem 'jquery-rails'
gem 'rake', '~> 10.4.2'
gem 'codeclimate-test-reporter', group: :test, require: nil
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]