12 lines
340 B
Ruby
12 lines
340 B
Ruby
source 'https://gems.ruby-china.com/'
|
|
|
|
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]
|