Skip to content

Commit

Permalink
Update rack dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tobytripp committed Nov 15, 2022
1 parent f9528a0 commit 1edf0eb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 24 deletions.
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.0.2
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source :rubygems
source "https://rubygems.org"

gem "rake", "~>0.9.2"
gem "jasmine", "~>1.1.2"
Expand Down
53 changes: 30 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,37 +1,44 @@
GEM
remote: http://rubygems.org/
remote: https://rubygems.org/
specs:
childprocess (0.3.1)
ffi (~> 1.0.6)
diff-lcs (1.1.3)
ffi (1.0.11)
childprocess (4.1.0)
diff-lcs (1.5.0)
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.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
jasmine-core (3.99.0)
rack (3.0.0)
rake (0.9.6)
rexml (3.2.5)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
rspec-mocks (~> 3.12.0)
rspec-core (3.12.0)
rspec-support (~> 3.12.0)
rspec-expectations (3.12.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-support (3.12.0)
rubyzip (2.3.2)
selenium-webdriver (4.6.1)
childprocess (>= 0.5, < 5.0)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
websocket (1.2.9)

PLATFORMS
ruby

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

BUNDLED WITH
2.2.26

0 comments on commit 1edf0eb

Please sign in to comment.