socialforge/lib/wechat/Gemfile

12 lines
336 B
Ruby

source 'https://ruby.taobao.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]