Skip to content

Commit

Permalink
Bump dotenv-rails from 2.8.0 to 2.8.1 (forem#18234)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 28, 2022
1 parent 6560e98 commit d15c5d5
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
Binary file removed vendor/cache/dotenv-2.8.0.gem
Binary file not shown.
Binary file added vendor/cache/dotenv-2.8.1.gem
Binary file not shown.
Binary file removed vendor/cache/dotenv-rails-2.8.0.gem
Binary file not shown.
Binary file added vendor/cache/dotenv-rails-2.8.1.gem
Binary file not shown.

0 comments on commit d15c5d5

Please sign in to comment.