Bump ulid from 1.1.0 to 1.2.0 (#5996)

This commit is contained in:
dependabot-preview[bot] 2020-02-10 13:49:20 -05:00 committed by GitHub
parent 0962f6656c
commit 2139765f0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)