Bump ulid from 1.1.0 to 1.2.0 (#5996)
This commit is contained in:
parent
0962f6656c
commit
2139765f0e
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -100,7 +100,7 @@ gem "twilio-ruby", "~> 5.31" # The official library for communicating with the T
|
|||
gem "twitter", "~> 6.2" # A Ruby interface to the Twitter API
|
||||
gem "typhoeus", "~> 1.3.1" # Used with Elasticsearch to support http keep-alive connections
|
||||
gem "uglifier", "~> 4.2" # Uglifier minifies JavaScript files
|
||||
gem "ulid", "~> 1.1" # Universally Unique Lexicographically Sortable Identifier implementation for Ruby
|
||||
gem "ulid", "~> 1.2" # Universally Unique Lexicographically Sortable Identifier implementation for Ruby
|
||||
gem "validate_url", "~> 1.0" # Library for validating urls in Rails
|
||||
gem "webpacker", "~> 3.5" # Use webpack to manage app-like JavaScript modules in Rails
|
||||
|
||||
|
|
|
|||
|
|
@ -817,7 +817,7 @@ GEM
|
|||
uber (0.1.0)
|
||||
uglifier (4.2.0)
|
||||
execjs (>= 0.3.0, < 3)
|
||||
ulid (1.1.0)
|
||||
ulid (1.2.0)
|
||||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.7.6)
|
||||
|
|
@ -1002,7 +1002,7 @@ DEPENDENCIES
|
|||
twitter (~> 6.2)
|
||||
typhoeus (~> 1.3.1)
|
||||
uglifier (~> 4.2)
|
||||
ulid (~> 1.1)
|
||||
ulid (~> 1.2)
|
||||
validate_url (~> 1.0)
|
||||
vcr (~> 5.1)
|
||||
web-console (~> 3.7)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue