mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 15:20:13 +01:00
Setup bundler for use with Tracks
Add the Gemfile and Gemfile.lock files used to specify the dependencies of the app. The Gemfile specifies the dependencies and the Gemfile.lock is a snapshot of the dependencies. If the Gemfile changes, then Bundler will look at the differences between the Gemfile and the Gemfile.lock to determine what other gems to install or upgrade
This commit is contained in:
parent
84ad01a6f6
commit
5daff93349
2 changed files with 153 additions and 0 deletions
37
Gemfile
Normal file
37
Gemfile
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
source :gemcutter
|
||||
source :rubyforge
|
||||
source "http://gems.github.com/"
|
||||
|
||||
gem "rails", "~>2.3.12"
|
||||
gem "highline"
|
||||
gem "RedCloth", "4.2.3"
|
||||
gem "soap4r"
|
||||
gem "sanitize", "~>2.0.0"
|
||||
gem "rack", "1.1.0"
|
||||
gem "will_paginate", "~> 2.3.15"
|
||||
gem "has_many_polymorphs"
|
||||
gem "aasm", "2.2.0"
|
||||
gem "actionwebservice"
|
||||
gem "rubycas-client"
|
||||
gem "ruby-openid"
|
||||
gem "sqlite3"
|
||||
|
||||
|
||||
gem "webrat", ">=0.7.0", :groups => [:cucumber, :test]
|
||||
gem "database_cleaner", ">=0.5.0", :groups => [:cucumber, :selenium]
|
||||
gem "cucumber-rails", "~>0.4.1", :groups => :cucumber
|
||||
|
||||
group :test do
|
||||
gem "flexmock"
|
||||
gem "ZenTest", ">=4.0.0"
|
||||
gem "hpricot"
|
||||
gem "hoe"
|
||||
gem "rspec-rails", "~>1.3.3"
|
||||
gem "thoughtbot-factory_girl"
|
||||
end
|
||||
|
||||
group :selenium do
|
||||
gem "selenium-client"
|
||||
gem "mongrel"
|
||||
end
|
||||
|
||||
116
Gemfile.lock
Normal file
116
Gemfile.lock
Normal file
|
|
@ -0,0 +1,116 @@
|
|||
GEM
|
||||
remote: http://rubygems.org/
|
||||
remote: http://rubygems.org/
|
||||
remote: http://gems.github.com/
|
||||
specs:
|
||||
RedCloth (4.2.3)
|
||||
ZenTest (4.6.1)
|
||||
aasm (2.2.0)
|
||||
actionmailer (2.3.14)
|
||||
actionpack (= 2.3.14)
|
||||
actionpack (2.3.14)
|
||||
activesupport (= 2.3.14)
|
||||
rack (~> 1.1.0)
|
||||
actionwebservice (0.6.0)
|
||||
actionpack (>= 1.5.1)
|
||||
activerecord (>= 1.8.0)
|
||||
activesupport (>= 1.0.1)
|
||||
activerecord (2.3.14)
|
||||
activesupport (= 2.3.14)
|
||||
activeresource (2.3.14)
|
||||
activesupport (= 2.3.14)
|
||||
activesupport (2.3.14)
|
||||
builder (3.0.0)
|
||||
cgi_multipart_eof_fix (2.5.0)
|
||||
cucumber (1.0.2)
|
||||
builder (>= 2.1.2)
|
||||
diff-lcs (>= 1.1.2)
|
||||
gherkin (~> 2.4.5)
|
||||
json (>= 1.4.6)
|
||||
term-ansicolor (>= 1.0.5)
|
||||
cucumber-rails (0.4.1)
|
||||
cucumber (>= 0.10.1)
|
||||
nokogiri (>= 1.4.4)
|
||||
rack-test (>= 0.5.7)
|
||||
daemons (1.1.4)
|
||||
database_cleaner (0.6.7)
|
||||
diff-lcs (1.1.2)
|
||||
fastthread (1.0.7)
|
||||
flexmock (0.9.0)
|
||||
gem_plugin (0.2.3)
|
||||
gherkin (2.4.11)
|
||||
json (>= 1.4.6)
|
||||
has_many_polymorphs (2.13)
|
||||
activerecord
|
||||
highline (1.6.2)
|
||||
hoe (2.12.0)
|
||||
rake (~> 0.8)
|
||||
hpricot (0.8.4)
|
||||
httpclient (2.2.1)
|
||||
json (1.5.3)
|
||||
mongrel (1.1.5)
|
||||
cgi_multipart_eof_fix (>= 2.4)
|
||||
daemons (>= 1.0.3)
|
||||
fastthread (>= 1.0.1)
|
||||
gem_plugin (>= 0.2.3)
|
||||
nokogiri (1.5.0)
|
||||
rack (1.1.0)
|
||||
rack-test (0.6.1)
|
||||
rack (>= 1.0)
|
||||
rails (2.3.14)
|
||||
actionmailer (= 2.3.14)
|
||||
actionpack (= 2.3.14)
|
||||
activerecord (= 2.3.14)
|
||||
activeresource (= 2.3.14)
|
||||
activesupport (= 2.3.14)
|
||||
rake (>= 0.8.3)
|
||||
rake (0.9.2)
|
||||
rspec (1.3.2)
|
||||
rspec-rails (1.3.4)
|
||||
rack (>= 1.0.0)
|
||||
rspec (~> 1.3.1)
|
||||
ruby-openid (2.1.8)
|
||||
rubycas-client (2.2.1)
|
||||
activesupport
|
||||
sanitize (2.0.3)
|
||||
nokogiri (>= 1.4.4, < 1.6)
|
||||
selenium-client (1.2.18)
|
||||
soap4r (1.5.8)
|
||||
httpclient (>= 2.1.1)
|
||||
sqlite3 (1.3.4)
|
||||
term-ansicolor (1.0.6)
|
||||
thoughtbot-factory_girl (1.2.2)
|
||||
webrat (0.7.3)
|
||||
nokogiri (>= 1.2.0)
|
||||
rack (>= 1.0)
|
||||
rack-test (>= 0.5.3)
|
||||
will_paginate (2.3.16)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
RedCloth (= 4.2.3)
|
||||
ZenTest (>= 4.0.0)
|
||||
aasm (= 2.2.0)
|
||||
actionwebservice
|
||||
cucumber-rails (~> 0.4.1)
|
||||
database_cleaner (>= 0.5.0)
|
||||
flexmock
|
||||
has_many_polymorphs
|
||||
highline
|
||||
hoe
|
||||
hpricot
|
||||
mongrel
|
||||
rack (= 1.1.0)
|
||||
rails (~> 2.3.12)
|
||||
rspec-rails (~> 1.3.3)
|
||||
ruby-openid
|
||||
rubycas-client
|
||||
sanitize (~> 2.0.0)
|
||||
selenium-client
|
||||
soap4r
|
||||
sqlite3
|
||||
thoughtbot-factory_girl
|
||||
webrat (>= 0.7.0)
|
||||
will_paginate (~> 2.3.15)
|
||||
Loading…
Add table
Add a link
Reference in a new issue