mirror of
https://github.com/rails/jquery-rails.git
synced 2026-04-26 03:01:14 -04:00
10 lines
342 B
Ruby
10 lines
342 B
Ruby
source :gemcutter
|
|
|
|
# Specify your gem's dependencies in jquery-rails.gemspec
|
|
gemspec
|
|
# Rails is already being pulled in through gemspec
|
|
# gem "rails", :git => "git://github.com/rails/rails.git"
|
|
gem "rack", :git => "git://github.com/rack/rack.git"
|
|
gem "sprockets", :git => "git://github.com/sstephenson/sprockets.git"
|
|
gem "i18n", "0.6.0beta1"
|