Skip to content

Commit

Permalink
Update jasmine gem
Browse files Browse the repository at this point in the history
  • Loading branch information
tobytripp committed Mar 17, 2012
1 parent 7100cd5 commit 6dd48f8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 23 deletions.
4 changes: 3 additions & 1 deletion Gemfile
@@ -1,4 +1,6 @@
source :rubygems

gem "rake", "~>0.9.2"
gem "jasmine", "~>1.0.1"
gem "jasmine", "~>1.1.2"

# gem "guard-jasmine"
49 changes: 27 additions & 22 deletions Gemfile.lock
@@ -1,32 +1,37 @@
GEM
remote: http://rubygems.org/
specs:
diff-lcs (1.1.2)
jasmine (1.0.1.1)
json_pure (>= 1.4.3)
rack (>= 1.0.0)
rake (>= 0.8.7)
rspec (>= 1.1.5)
selenium-client (>= 1.2.17)
selenium-rc (>= 2.1.0)
json_pure (1.4.6)
rack (1.2.1)
childprocess (0.3.1)
ffi (~> 1.0.6)
diff-lcs (1.1.3)
ffi (1.0.11)
jasmine (1.1.2)
jasmine-core (>= 1.1.0)
rack (>= 1.1)
rspec (>= 1.3.1)
selenium-webdriver (>= 0.1.3)
jasmine-core (1.1.0)
multi_json (1.1.0)
rack (1.4.1)
rake (0.9.2.2)
rspec (2.4.0)
rspec-core (~> 2.4.0)
rspec-expectations (~> 2.4.0)
rspec-mocks (~> 2.4.0)
rspec-core (2.4.0)
rspec-expectations (2.4.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.4.0)
selenium-client (1.2.18)
selenium-rc (2.2.4)
selenium-client (>= 1.2.18)
rspec (2.9.0)
rspec-core (~> 2.9.0)
rspec-expectations (~> 2.9.0)
rspec-mocks (~> 2.9.0)
rspec-core (2.9.0)
rspec-expectations (2.9.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.9.0)
rubyzip (0.9.6.1)
selenium-webdriver (2.20.0)
childprocess (>= 0.2.5)
ffi (~> 1.0)
multi_json (~> 1.0)
rubyzip

PLATFORMS
ruby

DEPENDENCIES
jasmine (~> 1.0.1)
jasmine (~> 1.1.2)
rake (~> 0.9.2)

0 comments on commit 6dd48f8

Please sign in to comment.