Bump dotenv-rails from 2.8.0 to 2.8.1 (#18234)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6560e98c4a
commit
d15c5d5e34
6 changed files with 5 additions and 5 deletions
2
Gemfile
2
Gemfile
|
|
@ -138,7 +138,7 @@ group :development, :test do
|
|||
gem "capybara", "~> 3.37.1" # Capybara is an integration testing tool for rack based web applications
|
||||
gem "cypress-rails", "~> 0.5" # For end to end tests (E2E)
|
||||
gem "debug", ">= 1.0.0" # Provide a debug with step capabilities
|
||||
gem "dotenv-rails", "~> 2.8.0" # For loading ENV variables locally
|
||||
gem "dotenv-rails", "~> 2.8.1" # For loading ENV variables locally
|
||||
gem "faker", "~> 2.21" # A library for generating fake data such as names, addresses, and phone numbers
|
||||
gem "knapsack_pro", "~> 3.3.1" # Help parallelize Ruby spec builds
|
||||
gem "pry", "~> 0.14" # An IRB alternative and runtime developer console
|
||||
|
|
|
|||
|
|
@ -220,9 +220,9 @@ GEM
|
|||
dogstatsd-ruby (4.8.3)
|
||||
domain_name (0.5.20190701)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
dotenv (2.8.0)
|
||||
dotenv-rails (2.8.0)
|
||||
dotenv (= 2.8.0)
|
||||
dotenv (2.8.1)
|
||||
dotenv-rails (2.8.1)
|
||||
dotenv (= 2.8.1)
|
||||
railties (>= 3.2)
|
||||
e2mmap (0.1.0)
|
||||
easy_translate (0.5.1)
|
||||
|
|
@ -986,7 +986,7 @@ DEPENDENCIES
|
|||
devise (~> 4.8)
|
||||
devise_invitable (~> 2.0.6)
|
||||
dogstatsd-ruby (~> 4.8)
|
||||
dotenv-rails (~> 2.8.0)
|
||||
dotenv-rails (~> 2.8.1)
|
||||
easy_translate (~> 0.5.1)
|
||||
email_validator (~> 2.2)
|
||||
emoji_regex (~> 3.2)
|
||||
|
|
|
|||
BIN
vendor/cache/dotenv-2.8.0.gem
vendored
BIN
vendor/cache/dotenv-2.8.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/dotenv-2.8.1.gem
vendored
Normal file
BIN
vendor/cache/dotenv-2.8.1.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/dotenv-rails-2.8.0.gem
vendored
BIN
vendor/cache/dotenv-rails-2.8.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/dotenv-rails-2.8.1.gem
vendored
Normal file
BIN
vendor/cache/dotenv-rails-2.8.1.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue