mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
update bundle
This commit is contained in:
parent
b8b3c77a8b
commit
4c5033a84c
1 changed files with 21 additions and 22 deletions
|
@ -4,39 +4,38 @@ PATH
|
|||
sinatra-contrib (1.2.0)
|
||||
backports (>= 2.0)
|
||||
rack-test
|
||||
sinatra (~> 1.2.2)
|
||||
sinatra (~> 1.2.3)
|
||||
tilt (~> 1.3)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
abstract (1.0.0)
|
||||
backports (2.0.3)
|
||||
backports (2.2.1)
|
||||
diff-lcs (1.1.2)
|
||||
erubis (2.6.6)
|
||||
abstract (>= 1.0.0)
|
||||
haml (3.0.25)
|
||||
erubis (2.7.0)
|
||||
haml (3.1.2)
|
||||
json (1.5.1)
|
||||
json (1.5.1-java)
|
||||
rack (1.2.2)
|
||||
rack-test (0.5.7)
|
||||
rack (1.3.0)
|
||||
rack-test (0.6.0)
|
||||
rack (>= 1.0)
|
||||
rake (0.8.7)
|
||||
rspec (2.5.0)
|
||||
rspec-core (~> 2.5.0)
|
||||
rspec-expectations (~> 2.5.0)
|
||||
rspec-mocks (~> 2.5.0)
|
||||
rspec-core (2.5.1)
|
||||
rspec-expectations (2.5.0)
|
||||
rake (0.9.2)
|
||||
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.5.0)
|
||||
sinatra (1.2.2)
|
||||
rspec-mocks (2.6.0)
|
||||
sinatra (1.2.6)
|
||||
rack (~> 1.1)
|
||||
tilt (< 2.0, >= 1.2.2)
|
||||
slim (0.9.1)
|
||||
temple (~> 0.1.8)
|
||||
tilt (>= 1.2.2, < 2.0)
|
||||
slim (0.9.4)
|
||||
temple (~> 0.3.0)
|
||||
tilt (~> 1.2)
|
||||
temple (0.1.8)
|
||||
tilt (1.2.2)
|
||||
temple (0.3.1)
|
||||
tilt (1.3.2)
|
||||
|
||||
PLATFORMS
|
||||
java
|
||||
|
|
Loading…
Reference in a new issue