mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2025-01-13 08:01:20 +01:00
bundle update
Signed-off-by: Gwenhael Le Moine <gwenhael.le.moine@gmail.com>
This commit is contained in:
parent
27250b6fe1
commit
3f4f07f457
1 changed files with 13 additions and 11 deletions
24
gems.locked
24
gems.locked
|
@ -2,22 +2,24 @@ GEM
|
|||
remote: https://rubygems.org/
|
||||
specs:
|
||||
coderay (1.1.2)
|
||||
method_source (0.9.0)
|
||||
mustermann (1.0.1)
|
||||
pry (0.11.3)
|
||||
method_source (0.9.2)
|
||||
mustermann (1.0.3)
|
||||
nio4r (2.5.2)
|
||||
pry (0.12.2)
|
||||
coderay (~> 1.1.0)
|
||||
method_source (~> 0.9.0)
|
||||
puma (3.11.0)
|
||||
rack (2.0.3)
|
||||
rack-protection (2.0.0)
|
||||
puma (4.3.1)
|
||||
nio4r (~> 2.0)
|
||||
rack (2.0.7)
|
||||
rack-protection (2.0.7)
|
||||
rack
|
||||
rake (12.3.0)
|
||||
sinatra (2.0.0)
|
||||
rake (13.0.1)
|
||||
sinatra (2.0.7)
|
||||
mustermann (~> 1.0)
|
||||
rack (~> 2.0)
|
||||
rack-protection (= 2.0.0)
|
||||
rack-protection (= 2.0.7)
|
||||
tilt (~> 2.0)
|
||||
tilt (2.0.8)
|
||||
tilt (2.0.10)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
@ -29,4 +31,4 @@ DEPENDENCIES
|
|||
sinatra
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.0
|
||||
2.0.2
|
||||
|
|
Loading…
Reference in a new issue