Bump versionist
This commit is contained in:
parent
3a1428a672
commit
d2c4faeb9f
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -210,7 +210,7 @@ gem "rubyzip", "1.2.2", require: "zip"
|
||||||
# https://github.com/discourse/discourse/pull/238
|
# https://github.com/discourse/discourse/pull/238
|
||||||
gem "minitest"
|
gem "minitest"
|
||||||
|
|
||||||
gem "versionist", "1.7.0"
|
gem "versionist", "2.0.0"
|
||||||
|
|
||||||
# Windows and OSX have an execjs compatible runtime built-in, Linux users should
|
# Windows and OSX have an execjs compatible runtime built-in, Linux users should
|
||||||
# install Node.js or use "therubyracer".
|
# install Node.js or use "therubyracer".
|
||||||
|
|
|
||||||
|
|
@ -754,7 +754,7 @@ GEM
|
||||||
validate_url (1.0.8)
|
validate_url (1.0.8)
|
||||||
activemodel (>= 3.0.0)
|
activemodel (>= 3.0.0)
|
||||||
public_suffix
|
public_suffix
|
||||||
versionist (1.7.0)
|
versionist (2.0.0)
|
||||||
activesupport (>= 3)
|
activesupport (>= 3)
|
||||||
railties (>= 3)
|
railties (>= 3)
|
||||||
yard (~> 0.9.11)
|
yard (~> 0.9.11)
|
||||||
|
|
@ -773,7 +773,7 @@ GEM
|
||||||
will_paginate (3.1.7)
|
will_paginate (3.1.7)
|
||||||
xpath (3.2.0)
|
xpath (3.2.0)
|
||||||
nokogiri (~> 1.8)
|
nokogiri (~> 1.8)
|
||||||
yard (0.9.18)
|
yard (0.9.20)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
@ -917,7 +917,7 @@ DEPENDENCIES
|
||||||
unicorn (= 5.5.1)
|
unicorn (= 5.5.1)
|
||||||
unicorn-worker-killer (= 0.4.4)
|
unicorn-worker-killer (= 0.4.4)
|
||||||
uuid (= 2.3.9)
|
uuid (= 2.3.9)
|
||||||
versionist (= 1.7.0)
|
versionist (= 2.0.0)
|
||||||
webmock (= 3.5.1)
|
webmock (= 3.5.1)
|
||||||
will_paginate (= 3.1.7)
|
will_paginate (= 3.1.7)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue