Skip to content

Bump dotenv-rails from 2.8.1 to 3.1.8 #2310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ group :development, :test do
gem 'awesome_print' # Pretty print Ruby objects
gem 'bullet' # Avoid n+1 queries
gem 'bundler-audit'
gem 'dotenv-rails', '~> 2.7'
gem 'dotenv-rails', '~> 3.1'
gem 'eslintrb'
gem 'json', '~> 2.0'
gem 'license_finder', '~> 7.0'
Expand Down
38 changes: 21 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,19 +125,19 @@ GEM
codecov (0.6.0)
simplecov (>= 0.15, < 0.22)
coderay (1.1.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
concurrent-ruby (1.3.5)
connection_pool (2.5.3)
crack (1.0.0)
bigdecimal
rexml
crass (1.0.6)
csv (3.3.2)
date (3.4.1)
docile (1.4.1)
dotenv (2.8.1)
dotenv-rails (2.8.1)
dotenv (= 2.8.1)
railties (>= 3.2)
dotenv (3.1.8)
dotenv-rails (3.1.8)
dotenv (= 3.1.8)
railties (>= 6.1)
drb (2.2.1)
encryptor (3.0.0)
erubi (1.13.1)
Expand Down Expand Up @@ -195,12 +195,13 @@ GEM
csv
mini_mime (>= 1.0.0)
multi_xml (>= 0.5.2)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
imagesLoaded_rails (4.1.0)
railties (>= 3.1)
io-console (0.8.0)
irb (1.14.3)
irb (1.15.2)
pp (>= 0.6.0)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
jbuilder (2.13.0)
Expand All @@ -227,13 +228,13 @@ GEM
with_env (= 1.1.0)
xml-simple (~> 1.1.9)
locale (2.1.4)
logger (1.6.4)
logger (1.7.0)
lograge (0.14.0)
actionpack (>= 4)
activesupport (>= 4)
railties (>= 4)
request_store (~> 1.0)
loofah (2.23.1)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -252,7 +253,7 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.8)
minitest (5.25.4)
minitest (5.25.5)
minitest-reporters (1.7.1)
ansi
builder
Expand Down Expand Up @@ -336,6 +337,9 @@ GEM
pg_search (2.3.7)
activerecord (>= 6.1)
activesupport (>= 6.1)
pp (0.6.2)
prettyprint
prettyprint (0.2.0)
prime (0.1.3)
forwardable
singleton
Expand All @@ -362,7 +366,7 @@ GEM
pry-byebug (3.10.1)
byebug (~> 11.0)
pry (>= 0.13, < 0.15)
psych (5.2.2)
psych (5.2.4)
date
stringio
public_suffix (6.0.1)
Expand Down Expand Up @@ -442,11 +446,11 @@ GEM
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.2.1)
rdoc (6.10.0)
rdoc (6.13.1)
psych (>= 4.0.0)
redcarpet (3.6.0)
regexp_parser (2.10.0)
reline (0.6.0)
reline (0.6.1)
io-console (~> 0.5)
request_store (1.7.0)
rack (>= 1.4)
Expand Down Expand Up @@ -530,7 +534,7 @@ GEM
actionpack (>= 6.1)
activesupport (>= 6.1)
sprockets (>= 3.0.0)
stringio (3.1.2)
stringio (3.1.7)
terminal-table (1.6.0)
text (1.3.1)
thor (1.3.2)
Expand Down Expand Up @@ -571,7 +575,7 @@ GEM
xpath (3.2.0)
nokogiri (~> 1.8)
yaml-lint (0.1.2)
zeitwerk (2.7.1)
zeitwerk (2.7.2)

PLATFORMS
aarch64-linux
Expand Down Expand Up @@ -610,7 +614,7 @@ DEPENDENCIES
capybara-slow_finder_errors
chartkick (~> 4.0)
codecov
dotenv-rails (~> 2.7)
dotenv-rails (~> 3.1)
eslintrb
faraday-retry (~> 2.1)
font_awesome5_rails
Expand Down