Skip to content

Commit

Permalink
Update gem dependencies and allow for testing on 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Jun 27, 2011
1 parent 70d4ed0 commit 5147f8b
Show file tree
Hide file tree
Showing 10 changed files with 165 additions and 122 deletions.
1 change: 1 addition & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
appraise "2.1" do
gem "test-unit", "~> 2.3.0", :platforms => [:mri_19]
gem "activerecord", "~> 2.1"
end

Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
source "http://rubygems.org"
gem "cucumber"
gem "cucumber", "~> 1.0.0"
gem "rake"
gem "rspec", "~> 2.0"
gem "rcov"
gem "activerecord", :require => false
gem "rr"
gem "sqlite3-ruby", :require => false
gem "appraisal"
gem "appraisal", "~> 0.3.5"
gem "yard"
gem "bluecloth"

49 changes: 28 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,43 @@ GEM
arel (~> 1.0.0)
tzinfo (~> 0.3.23)
activesupport (3.0.1)
appraisal (0.1)
appraisal (0.3.5)
aruba (~> 0.3.6)
bundler
rake
arel (1.0.1)
activesupport (~> 3.0.0)
aruba (0.3.7)
childprocess (>= 0.1.9)
cucumber (>= 0.10.5)
rspec (>= 2.6.0)
bluecloth (2.0.9)
builder (2.1.2)
cucumber (0.9.4)
builder (~> 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.2.9)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
childprocess (0.1.9)
ffi (~> 1.0.6)
cucumber (1.0.0)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.4.1)
json (>= 1.4.6)
term-ansicolor (>= 1.0.5)
diff-lcs (1.1.2)
gherkin (2.2.9)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
ffi (1.0.9)
gherkin (2.4.1)
json (>= 1.4.6)
i18n (0.4.2)
json (1.4.6)
rake (0.8.7)
json (1.5.3)
rake (0.9.2)
rcov (0.9.9)
rr (1.0.2)
rspec (2.1.0)
rspec-core (~> 2.1.0)
rspec-expectations (~> 2.1.0)
rspec-mocks (~> 2.1.0)
rspec-core (2.1.0)
rspec-expectations (2.1.0)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.1.0)
rspec-mocks (2.6.0)
sqlite3-ruby (1.3.2)
term-ansicolor (1.0.5)
tzinfo (0.3.23)
Expand All @@ -51,9 +58,9 @@ PLATFORMS

DEPENDENCIES
activerecord
appraisal
appraisal (~> 0.3.5)
bluecloth
cucumber
cucumber (~> 1.0.0)
rake
rcov
rr
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require 'yard'

desc 'Default: run the specs and features.'
task :default => 'spec:unit' do
system("rake -s appraisal spec:acceptance features;")
system("bundle exec rake -s appraisal spec:acceptance features;")
end

namespace :spec do
Expand Down
9 changes: 6 additions & 3 deletions gemfiles/2.1.gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "test-unit", "~> 2.3.0", :platforms=>[:mri_19]
gem "rr"
gem "activerecord", "~> 2.1"
gem "rake"
gem "sqlite3-ruby", {:require=>false}
gem "sqlite3-ruby", :require=>false
gem "bluecloth"
gem "rspec", "~> 2.0"
gem "yard"
gem "rcov"
gem "cucumber"
gem "appraisal"
gem "cucumber", "~> 1.0.0"
gem "appraisal", "~> 0.3.5"

65 changes: 38 additions & 27 deletions gemfiles/2.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,51 +1,62 @@
GEM
remote: http://rubygems.org/
specs:
activerecord (2.1.0)
activesupport (= 2.1.0)
activesupport (2.1.0)
appraisal (0.1)
activerecord (2.3.12)
activesupport (= 2.3.12)
activesupport (2.3.12)
appraisal (0.3.5)
aruba (~> 0.3.6)
bundler
rake
aruba (0.3.7)
childprocess (>= 0.1.9)
cucumber (>= 0.10.5)
rspec (>= 2.6.0)
bluecloth (2.1.0)
builder (2.1.2)
cucumber (0.9.4)
builder (~> 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.2.9)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
builder (3.0.0)
childprocess (0.1.9)
ffi (~> 1.0.6)
cucumber (1.0.0)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.4.1)
json (>= 1.4.6)
term-ansicolor (>= 1.0.5)
diff-lcs (1.1.2)
gherkin (2.2.9)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
json (1.4.6)
rake (0.8.7)
ffi (1.0.9)
gherkin (2.4.1)
json (>= 1.4.6)
json (1.5.3)
rake (0.9.2)
rcov (0.9.9)
rr (1.0.2)
rspec (2.1.0)
rspec-core (~> 2.1.0)
rspec-expectations (~> 2.1.0)
rspec-mocks (~> 2.1.0)
rspec-core (2.1.0)
rspec-expectations (2.1.0)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.1.0)
sqlite3-ruby (1.3.2)
rspec-mocks (2.6.0)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
term-ansicolor (1.0.5)
yard (0.7.1)
test-unit (2.3.0)
yard (0.7.2)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 2.1)
appraisal
appraisal (~> 0.3.5)
bluecloth
cucumber
cucumber (~> 1.0.0)
rake
rcov
rr
rspec (~> 2.0)
sqlite3-ruby
test-unit (~> 2.3.0)
yard
8 changes: 5 additions & 3 deletions gemfiles/2.3.gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "rr"
gem "activerecord", "~> 2.3"
gem "rake"
gem "sqlite3-ruby", {:require=>false}
gem "sqlite3-ruby", :require=>false
gem "bluecloth"
gem "rspec", "~> 2.0"
gem "yard"
gem "rcov"
gem "cucumber"
gem "appraisal"
gem "cucumber", "~> 1.0.0"
gem "appraisal", "~> 0.3.5"

63 changes: 36 additions & 27 deletions gemfiles/2.3.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,48 +1,57 @@
GEM
remote: http://rubygems.org/
specs:
activerecord (2.3.9)
activesupport (= 2.3.9)
activesupport (2.3.9)
appraisal (0.1)
activerecord (2.3.12)
activesupport (= 2.3.12)
activesupport (2.3.12)
appraisal (0.3.5)
aruba (~> 0.3.6)
bundler
rake
aruba (0.3.7)
childprocess (>= 0.1.9)
cucumber (>= 0.10.5)
rspec (>= 2.6.0)
bluecloth (2.1.0)
builder (2.1.2)
cucumber (0.9.4)
builder (~> 2.1.2)
diff-lcs (~> 1.1.2)
gherkin (~> 2.2.9)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
builder (3.0.0)
childprocess (0.1.9)
ffi (~> 1.0.6)
cucumber (1.0.0)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.4.1)
json (>= 1.4.6)
term-ansicolor (>= 1.0.5)
diff-lcs (1.1.2)
gherkin (2.2.9)
json (~> 1.4.6)
term-ansicolor (~> 1.0.5)
json (1.4.6)
rake (0.8.7)
ffi (1.0.9)
gherkin (2.4.1)
json (>= 1.4.6)
json (1.5.3)
rake (0.9.2)
rcov (0.9.9)
rr (1.0.2)
rspec (2.1.0)
rspec-core (~> 2.1.0)
rspec-expectations (~> 2.1.0)
rspec-mocks (~> 2.1.0)
rspec-core (2.1.0)
rspec-expectations (2.1.0)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.1.0)
sqlite3-ruby (1.3.2)
rspec-mocks (2.6.0)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
term-ansicolor (1.0.5)
yard (0.7.1)
yard (0.7.2)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 2.3)
appraisal
appraisal (~> 0.3.5)
bluecloth
cucumber
cucumber (~> 1.0.0)
rake
rcov
rr
Expand Down
8 changes: 5 additions & 3 deletions gemfiles/3.0.gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# This file was generated by Appraisal

source "http://rubygems.org"

gem "rr"
gem "activerecord", "~> 3.0"
gem "rake"
gem "sqlite3-ruby", {:require=>false}
gem "sqlite3-ruby", :require=>false
gem "bluecloth"
gem "rspec", "~> 2.0"
gem "yard"
gem "rcov"
gem "cucumber"
gem "appraisal"
gem "cucumber", "~> 1.0.0"
gem "appraisal", "~> 0.3.5"

Loading

0 comments on commit 5147f8b

Please sign in to comment.