Skip to content

Commit

Permalink
Update appraisal to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Nov 7, 2012
1 parent d43d935 commit fc14baf
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -18,7 +18,7 @@ GEM
activesupport (3.2.3)
i18n (~> 0.6)
multi_json (~> 1.0)
appraisal (0.5.0)
appraisal (0.5.1)
bundler
rake
arel (3.0.2)
Expand Down Expand Up @@ -75,7 +75,7 @@ PLATFORMS

DEPENDENCIES
activerecord
appraisal (~> 0.5.0)
appraisal (~> 0.5.1)
aruba
bourne
cucumber (~> 1.2.1)
Expand Down
2 changes: 1 addition & 1 deletion factory_girl.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |s|
s.add_development_dependency("aruba")
s.add_development_dependency("mocha")
s.add_development_dependency("bourne")
s.add_development_dependency("appraisal", "~> 0.5.0")
s.add_development_dependency("appraisal", "~> 0.5.1")

if RUBY_PLATFORM == "java"
s.add_development_dependency("activerecord-jdbcsqlite3-adapter")
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions gemfiles/30.gemfile.lock → gemfiles/3.0.gemfile.lock
Expand Up @@ -17,7 +17,7 @@ GEM
arel (~> 2.0.10)
tzinfo (~> 0.3.23)
activesupport (3.0.17)
appraisal (0.5.0)
appraisal (0.5.1)
bundler
rake
arel (2.0.10)
Expand Down Expand Up @@ -61,15 +61,15 @@ GEM
simplecov-html (0.7.1)
sqlite3 (1.3.6)
timecop (0.5.3)
tzinfo (0.3.34)
tzinfo (0.3.35)
yard (0.8.3)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.0.17)
appraisal (~> 0.5.0)
appraisal (~> 0.5.1)
aruba
bourne
cucumber (~> 1.2.1)
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions gemfiles/31.gemfile.lock → gemfiles/3.1.gemfile.lock
Expand Up @@ -18,7 +18,7 @@ GEM
tzinfo (~> 0.3.29)
activesupport (3.1.8)
multi_json (>= 1.0, < 1.3)
appraisal (0.5.0)
appraisal (0.5.1)
bundler
rake
arel (2.2.3)
Expand Down Expand Up @@ -62,15 +62,15 @@ GEM
simplecov-html (0.7.1)
sqlite3 (1.3.6)
timecop (0.5.3)
tzinfo (0.3.34)
tzinfo (0.3.35)
yard (0.8.3)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.1.8)
appraisal (~> 0.5.0)
appraisal (~> 0.5.1)
aruba
bourne
cucumber (~> 1.2.1)
Expand Down
File renamed without changes.
6 changes: 3 additions & 3 deletions gemfiles/32.gemfile.lock → gemfiles/3.2.gemfile.lock
Expand Up @@ -18,7 +18,7 @@ GEM
activesupport (3.2.8)
i18n (~> 0.6)
multi_json (~> 1.0)
appraisal (0.5.0)
appraisal (0.5.1)
bundler
rake
arel (3.0.2)
Expand Down Expand Up @@ -62,15 +62,15 @@ GEM
simplecov-html (0.7.1)
sqlite3 (1.3.6)
timecop (0.5.3)
tzinfo (0.3.34)
tzinfo (0.3.35)
yard (0.8.3)

PLATFORMS
ruby

DEPENDENCIES
activerecord (~> 3.2.8)
appraisal (~> 0.5.0)
appraisal (~> 0.5.1)
aruba
bourne
cucumber (~> 1.2.1)
Expand Down

0 comments on commit fc14baf

Please sign in to comment.