Bump dotenv-rails from 2.7.6 to 2.8.0 (#18230)
Bumps [dotenv-rails](https://github.com/bkeepers/dotenv) from 2.7.6 to 2.8.0. - [Release notes](https://github.com/bkeepers/dotenv/releases) - [Changelog](https://github.com/bkeepers/dotenv/blob/master/Changelog.md) - [Commits](https://github.com/bkeepers/dotenv/compare/v2.7.6...v2.8.0) --- updated-dependencies: - dependency-name: dotenv-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
cd571598f1
commit
fd2e5eb30b
8 changed files with 6 additions and 6 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.7.6" # For loading ENV variables locally
|
||||
gem "dotenv-rails", "~> 2.8.0" # 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
|
||||
|
|
|
|||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -220,9 +220,9 @@ GEM
|
|||
dogstatsd-ruby (4.8.3)
|
||||
domain_name (0.5.20190701)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
dotenv (2.7.6)
|
||||
dotenv-rails (2.7.6)
|
||||
dotenv (= 2.7.6)
|
||||
dotenv (2.8.0)
|
||||
dotenv-rails (2.8.0)
|
||||
dotenv (= 2.8.0)
|
||||
railties (>= 3.2)
|
||||
e2mmap (0.1.0)
|
||||
easy_translate (0.5.1)
|
||||
|
|
@ -395,7 +395,7 @@ GEM
|
|||
httpclient (2.8.3)
|
||||
hypershield (0.2.2)
|
||||
activerecord (>= 5)
|
||||
i18n (1.11.0)
|
||||
i18n (1.12.0)
|
||||
concurrent-ruby (~> 1.0)
|
||||
i18n-js (3.9.2)
|
||||
i18n (>= 0.6.6)
|
||||
|
|
@ -986,7 +986,7 @@ DEPENDENCIES
|
|||
devise (~> 4.8)
|
||||
devise_invitable (~> 2.0.6)
|
||||
dogstatsd-ruby (~> 4.8)
|
||||
dotenv-rails (~> 2.7.6)
|
||||
dotenv-rails (~> 2.8.0)
|
||||
easy_translate (~> 0.5.1)
|
||||
email_validator (~> 2.2)
|
||||
emoji_regex (~> 3.2)
|
||||
|
|
|
|||
BIN
vendor/cache/dotenv-2.7.6.gem
vendored
BIN
vendor/cache/dotenv-2.7.6.gem
vendored
Binary file not shown.
BIN
vendor/cache/dotenv-2.8.0.gem
vendored
Normal file
BIN
vendor/cache/dotenv-2.8.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/dotenv-rails-2.7.6.gem
vendored
BIN
vendor/cache/dotenv-rails-2.7.6.gem
vendored
Binary file not shown.
BIN
vendor/cache/dotenv-rails-2.8.0.gem
vendored
Normal file
BIN
vendor/cache/dotenv-rails-2.8.0.gem
vendored
Normal file
Binary file not shown.
BIN
vendor/cache/i18n-1.11.0.gem
vendored
BIN
vendor/cache/i18n-1.11.0.gem
vendored
Binary file not shown.
BIN
vendor/cache/i18n-1.12.0.gem
vendored
Normal file
BIN
vendor/cache/i18n-1.12.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue