Skip to content

Commit

Permalink
Bump Aruba
Browse files Browse the repository at this point in the history
  • Loading branch information
jbpros committed Oct 9, 2012
1 parent 19231ba commit 3768a4c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 29 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source :rubygems source :rubygems


group :test do group :test do
gem "aruba", "0.4.7" gem "aruba", "0.4.11"
end end


group :dev do group :dev do
Expand Down
48 changes: 20 additions & 28 deletions Gemfile.lock
@@ -1,51 +1,43 @@
GEM GEM
remote: http://rubygems.org/ remote: http://rubygems.org/
specs: specs:
aruba (0.4.7) aruba (0.4.11)
childprocess (>= 0.2.2) childprocess (>= 0.2.3)
cucumber (>= 1.1.1) cucumber (>= 1.1.1)
ffi (= 1.0.9) ffi (>= 1.0.11)
rspec (>= 2.7.0) rspec (>= 2.7.0)
builder (3.0.0) builder (3.1.3)
childprocess (0.3.2) childprocess (0.3.5)
ffi (~> 1.0.6) ffi (~> 1.0, >= 1.0.6)
cucumber (1.2.1) cucumber (1.2.1)
builder (>= 2.1.2) builder (>= 2.1.2)
diff-lcs (>= 1.1.3) diff-lcs (>= 1.1.3)
gherkin (~> 2.11.0) gherkin (~> 2.11.0)
json (>= 1.4.6) json (>= 1.4.6)
diff-lcs (1.1.3) diff-lcs (1.1.3)
ffi (1.0.9) ffi (1.1.5)
gherkin (2.11.0) gherkin (2.11.3)
json (>= 1.4.6) json (>= 1.4.6)
guard (1.1.1) guard (1.4.0)
listen (>= 0.4.2) listen (>= 0.4.2)
thor (>= 0.14.6) thor (>= 0.14.6)
guard-jasmine-node (0.0.5) guard-jasmine-node (0.0.5)
guard (>= 0.4) guard (>= 0.4)
json (1.7.3) json (1.7.5)
listen (0.4.4) listen (0.5.3)
rb-fchange (~> 0.0.5) rspec (2.11.0)
rb-fsevent (~> 0.9.1) rspec-core (~> 2.11.0)
rb-inotify (~> 0.8.8) rspec-expectations (~> 2.11.0)
rb-fchange (0.0.5) rspec-mocks (~> 2.11.0)
ffi rspec-core (2.11.1)
rb-fsevent (0.9.1) rspec-expectations (2.11.3)
rb-inotify (0.8.8)
ffi (>= 0.5.0)
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
rspec-mocks (~> 2.10.0)
rspec-core (2.10.1)
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3) diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1) rspec-mocks (2.11.3)
thor (0.15.2) thor (0.16.0)


PLATFORMS PLATFORMS
ruby ruby


DEPENDENCIES DEPENDENCIES
aruba (= 0.4.7) aruba (= 0.4.11)
guard-jasmine-node (= 0.0.5) guard-jasmine-node (= 0.0.5)

0 comments on commit 3768a4c

Please sign in to comment.