You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
339 B
12 lines
339 B
source 'http://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]
|