Commit 16d06c4a by Jon Yurek

Gemfiles

parent 75a5dbcc
...@@ -6,4 +6,4 @@ gem "jruby-openssl", :platform=>:jruby ...@@ -6,4 +6,4 @@ gem "jruby-openssl", :platform=>:jruby
gem "rails", "~> 2.3.14" gem "rails", "~> 2.3.14"
gem "paperclip", :path=>"../" gem "paperclip", :path=>"../"
gemspec :path=>"../" gemspec :path=>"../"
\ No newline at end of file
...@@ -20,7 +20,7 @@ GEM ...@@ -20,7 +20,7 @@ GEM
activeresource (2.3.14) activeresource (2.3.14)
activesupport (= 2.3.14) activesupport (= 2.3.14)
activesupport (2.3.14) activesupport (2.3.14)
appraisal (0.3.8) appraisal (0.4.0)
bundler bundler
rake rake
aruba (0.4.6) aruba (0.4.6)
...@@ -46,7 +46,6 @@ GEM ...@@ -46,7 +46,6 @@ GEM
childprocess (0.2.2) childprocess (0.2.2)
ffi (~> 1.0.6) ffi (~> 1.0.6)
cocaine (0.2.0) cocaine (0.2.0)
coderay (0.9.8)
cucumber (1.0.6) cucumber (1.0.6)
builder (>= 2.1.2) builder (>= 2.1.2)
diff-lcs (>= 1.1.2) diff-lcs (>= 1.1.2)
...@@ -73,8 +72,6 @@ GEM ...@@ -73,8 +72,6 @@ GEM
json (1.6.1) json (1.6.1)
json_pure (1.6.1) json_pure (1.6.1)
metaclass (0.0.1) metaclass (0.0.1)
method_source (0.6.5)
ruby_parser (>= 2.0.5)
mime-types (1.16) mime-types (1.16)
mocha (0.10.0) mocha (0.10.0)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
...@@ -83,11 +80,6 @@ GEM ...@@ -83,11 +80,6 @@ GEM
net-ssh (>= 1.99.1) net-ssh (>= 1.99.1)
net-ssh (2.1.4) net-ssh (2.1.4)
nokogiri (1.5.0) nokogiri (1.5.0)
pry (0.9.6.2)
coderay (~> 0.9.8)
method_source (~> 0.6.5)
ruby_parser (~> 2.0.5)
slop (~> 2.1.0)
rack (1.1.2) rack (1.1.2)
rack-test (0.6.1) rack-test (0.6.1)
rack (>= 1.0) rack (>= 1.0)
...@@ -100,7 +92,6 @@ GEM ...@@ -100,7 +92,6 @@ GEM
rake (>= 0.8.3) rake (>= 0.8.3)
rake (0.9.2) rake (0.9.2)
rdiscount (1.6.8) rdiscount (1.6.8)
rdoc (3.9.4)
rspec (2.6.0) rspec (2.6.0)
rspec-core (~> 2.6.0) rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0) rspec-expectations (~> 2.6.0)
...@@ -110,17 +101,13 @@ GEM ...@@ -110,17 +101,13 @@ GEM
diff-lcs (~> 1.1.2) diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0) rspec-mocks (2.6.0)
ruby-hmac (0.4.0) ruby-hmac (0.4.0)
ruby_parser (2.0.6)
sexp_processor (~> 3.0)
rubyzip (0.9.4) rubyzip (0.9.4)
selenium-webdriver (2.7.0) selenium-webdriver (2.7.0)
childprocess (>= 0.2.1) childprocess (>= 0.2.1)
ffi (>= 1.0.7) ffi (>= 1.0.7)
json_pure json_pure
rubyzip rubyzip
sexp_processor (3.0.7)
shoulda (2.11.3) shoulda (2.11.3)
slop (2.1.0)
sqlite3 (1.3.4) sqlite3 (1.3.4)
term-ansicolor (1.0.6) term-ansicolor (1.0.6)
xml-simple (1.1.0) xml-simple (1.1.0)
...@@ -131,8 +118,7 @@ PLATFORMS ...@@ -131,8 +118,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
activerecord appraisal (~> 0.4.0)
appraisal
aruba aruba
aws-s3 aws-s3
bundler bundler
...@@ -142,12 +128,9 @@ DEPENDENCIES ...@@ -142,12 +128,9 @@ DEPENDENCIES
fakeweb fakeweb
fog fog
jruby-openssl jruby-openssl
mime-types
mocha mocha
paperclip! paperclip!
pry
rails (~> 2.3.14) rails (~> 2.3.14)
rake rake
rdoc
shoulda shoulda
sqlite3 (~> 1.3.4) sqlite3 (~> 1.3.4)
...@@ -6,4 +6,4 @@ gem "jruby-openssl", :platform=>:jruby ...@@ -6,4 +6,4 @@ gem "jruby-openssl", :platform=>:jruby
gem "rails", "~> 3.0.10" gem "rails", "~> 3.0.10"
gem "paperclip", :path=>"../" gem "paperclip", :path=>"../"
gemspec :path=>"../" gemspec :path=>"../"
\ No newline at end of file
...@@ -37,7 +37,7 @@ GEM ...@@ -37,7 +37,7 @@ GEM
activemodel (= 3.0.10) activemodel (= 3.0.10)
activesupport (= 3.0.10) activesupport (= 3.0.10)
activesupport (3.0.10) activesupport (3.0.10)
appraisal (0.3.8) appraisal (0.4.0)
bundler bundler
rake rake
arel (2.0.10) arel (2.0.10)
...@@ -64,7 +64,6 @@ GEM ...@@ -64,7 +64,6 @@ GEM
childprocess (0.2.2) childprocess (0.2.2)
ffi (~> 1.0.6) ffi (~> 1.0.6)
cocaine (0.2.0) cocaine (0.2.0)
coderay (0.9.8)
cucumber (1.0.6) cucumber (1.0.6)
builder (>= 2.1.2) builder (>= 2.1.2)
diff-lcs (>= 1.1.2) diff-lcs (>= 1.1.2)
...@@ -99,8 +98,6 @@ GEM ...@@ -99,8 +98,6 @@ GEM
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
metaclass (0.0.1) metaclass (0.0.1)
method_source (0.6.5)
ruby_parser (>= 2.0.5)
mime-types (1.16) mime-types (1.16)
mocha (0.10.0) mocha (0.10.0)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
...@@ -110,11 +107,6 @@ GEM ...@@ -110,11 +107,6 @@ GEM
net-ssh (2.1.4) net-ssh (2.1.4)
nokogiri (1.5.0) nokogiri (1.5.0)
polyglot (0.3.2) polyglot (0.3.2)
pry (0.9.6.2)
coderay (~> 0.9.8)
method_source (~> 0.6.5)
ruby_parser (~> 2.0.5)
slop (~> 2.1.0)
rack (1.2.4) rack (1.2.4)
rack-mount (0.6.14) rack-mount (0.6.14)
rack (>= 1.0.0) rack (>= 1.0.0)
...@@ -146,17 +138,13 @@ GEM ...@@ -146,17 +138,13 @@ GEM
diff-lcs (~> 1.1.2) diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0) rspec-mocks (2.6.0)
ruby-hmac (0.4.0) ruby-hmac (0.4.0)
ruby_parser (2.0.6)
sexp_processor (~> 3.0)
rubyzip (0.9.4) rubyzip (0.9.4)
selenium-webdriver (2.7.0) selenium-webdriver (2.7.0)
childprocess (>= 0.2.1) childprocess (>= 0.2.1)
ffi (>= 1.0.7) ffi (>= 1.0.7)
json_pure json_pure
rubyzip rubyzip
sexp_processor (3.0.7)
shoulda (2.11.3) shoulda (2.11.3)
slop (2.1.0)
sqlite3 (1.3.4) sqlite3 (1.3.4)
term-ansicolor (1.0.6) term-ansicolor (1.0.6)
thor (0.14.6) thor (0.14.6)
...@@ -172,8 +160,7 @@ PLATFORMS ...@@ -172,8 +160,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
activerecord appraisal (~> 0.4.0)
appraisal
aruba aruba
aws-s3 aws-s3
bundler bundler
...@@ -183,12 +170,9 @@ DEPENDENCIES ...@@ -183,12 +170,9 @@ DEPENDENCIES
fakeweb fakeweb
fog fog
jruby-openssl jruby-openssl
mime-types
mocha mocha
paperclip! paperclip!
pry
rails (~> 3.0.10) rails (~> 3.0.10)
rake rake
rdoc
shoulda shoulda
sqlite3 (~> 1.3.4) sqlite3 (~> 1.3.4)
...@@ -6,4 +6,4 @@ gem "jruby-openssl", :platform=>:jruby ...@@ -6,4 +6,4 @@ gem "jruby-openssl", :platform=>:jruby
gem "rails", "~> 3.1.0" gem "rails", "~> 3.1.0"
gem "paperclip", :path=>"../" gem "paperclip", :path=>"../"
gemspec :path=>"../" gemspec :path=>"../"
\ No newline at end of file
...@@ -39,7 +39,7 @@ GEM ...@@ -39,7 +39,7 @@ GEM
activesupport (= 3.1.0) activesupport (= 3.1.0)
activesupport (3.1.0) activesupport (3.1.0)
multi_json (~> 1.0) multi_json (~> 1.0)
appraisal (0.3.8) appraisal (0.4.0)
bundler bundler
rake rake
arel (2.2.1) arel (2.2.1)
...@@ -67,7 +67,6 @@ GEM ...@@ -67,7 +67,6 @@ GEM
childprocess (0.2.2) childprocess (0.2.2)
ffi (~> 1.0.6) ffi (~> 1.0.6)
cocaine (0.2.0) cocaine (0.2.0)
coderay (0.9.8)
cucumber (1.0.6) cucumber (1.0.6)
builder (>= 2.1.2) builder (>= 2.1.2)
diff-lcs (>= 1.1.2) diff-lcs (>= 1.1.2)
...@@ -101,8 +100,6 @@ GEM ...@@ -101,8 +100,6 @@ GEM
mime-types (~> 1.16) mime-types (~> 1.16)
treetop (~> 1.4.8) treetop (~> 1.4.8)
metaclass (0.0.1) metaclass (0.0.1)
method_source (0.6.5)
ruby_parser (>= 2.0.5)
mime-types (1.16) mime-types (1.16)
mocha (0.10.0) mocha (0.10.0)
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
...@@ -112,11 +109,6 @@ GEM ...@@ -112,11 +109,6 @@ GEM
net-ssh (2.1.4) net-ssh (2.1.4)
nokogiri (1.5.0) nokogiri (1.5.0)
polyglot (0.3.2) polyglot (0.3.2)
pry (0.9.6.2)
coderay (~> 0.9.8)
method_source (~> 0.6.5)
ruby_parser (~> 2.0.5)
slop (~> 2.1.0)
rack (1.3.3) rack (1.3.3)
rack-cache (1.0.3) rack-cache (1.0.3)
rack (>= 0.4) rack (>= 0.4)
...@@ -153,17 +145,13 @@ GEM ...@@ -153,17 +145,13 @@ GEM
diff-lcs (~> 1.1.2) diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0) rspec-mocks (2.6.0)
ruby-hmac (0.4.0) ruby-hmac (0.4.0)
ruby_parser (2.0.6)
sexp_processor (~> 3.0)
rubyzip (0.9.4) rubyzip (0.9.4)
selenium-webdriver (2.7.0) selenium-webdriver (2.7.0)
childprocess (>= 0.2.1) childprocess (>= 0.2.1)
ffi (>= 1.0.7) ffi (>= 1.0.7)
json_pure json_pure
rubyzip rubyzip
sexp_processor (3.0.7)
shoulda (2.11.3) shoulda (2.11.3)
slop (2.1.0)
sprockets (2.0.1) sprockets (2.0.1)
hike (~> 1.2) hike (~> 1.2)
rack (~> 1.0) rack (~> 1.0)
...@@ -184,8 +172,7 @@ PLATFORMS ...@@ -184,8 +172,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
activerecord appraisal (~> 0.4.0)
appraisal
aruba aruba
aws-s3 aws-s3
bundler bundler
...@@ -195,12 +182,9 @@ DEPENDENCIES ...@@ -195,12 +182,9 @@ DEPENDENCIES
fakeweb fakeweb
fog fog
jruby-openssl jruby-openssl
mime-types
mocha mocha
paperclip! paperclip!
pry
rails (~> 3.1.0) rails (~> 3.1.0)
rake rake
rdoc
shoulda shoulda
sqlite3 (~> 1.3.4) sqlite3 (~> 1.3.4)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment