[dep] Upgrade ruby dependencies
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "rugged", "~> 1.4"
|
gem "rugged", "~> 1.6"
|
||||||
gem "liquid", "~> 5.3"
|
gem "liquid", "~> 5.4"
|
||||||
|
|
||||||
gem "irb", "~> 1.4", :group => [:development]
|
gem "irb", "~> 1.4", :group => [:development]
|
||||||
gem "rdoc", "~> 6.4", :group => [:development]
|
gem "rdoc", "~> 6.4", :group => [:development]
|
||||||
|
|||||||
20
Gemfile.lock
20
Gemfile.lock
@@ -1,27 +1,27 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
io-console (0.5.11)
|
io-console (0.6.0)
|
||||||
irb (1.4.1)
|
irb (1.7.0)
|
||||||
reline (>= 0.3.0)
|
reline (>= 0.3.0)
|
||||||
liquid (5.3.0)
|
liquid (5.4.0)
|
||||||
psych (4.0.4)
|
psych (5.1.0)
|
||||||
stringio
|
stringio
|
||||||
rdoc (6.4.0)
|
rdoc (6.5.0)
|
||||||
psych (>= 4.0.0)
|
psych (>= 4.0.0)
|
||||||
reline (0.3.1)
|
reline (0.3.5)
|
||||||
io-console (~> 0.5)
|
io-console (~> 0.5)
|
||||||
rugged (1.4.2)
|
rugged (1.6.3)
|
||||||
stringio (3.0.2)
|
stringio (3.0.7)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
irb (~> 1.4)
|
irb (~> 1.4)
|
||||||
liquid (~> 5.3)
|
liquid (~> 5.4)
|
||||||
rdoc (~> 6.4)
|
rdoc (~> 6.4)
|
||||||
rugged (~> 1.4)
|
rugged (~> 1.6)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.5
|
2.3.5
|
||||||
|
|||||||
Reference in New Issue
Block a user