Skip to content

Commit

Permalink
require dotenv-rails 2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Jan 25, 2025
1 parent bb47ab6 commit 968e50f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 18 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ gem 'lisbn'
gem 'library_stdnums'
gem 'geocoder'
gem 'awesome_nested_set'
gem 'dotenv-rails'
gem 'dotenv-rails', "~> 2.8"
gem 'jquery-ui-rails', '~> 4.2.1'
gem 'cocoon'
gem 'jquery-rails'
Expand Down
35 changes: 18 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ GEM
activerecord (>= 4.0.0, < 8.1)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.8)
bigdecimal (3.1.9)
bindex (0.8.1)
bootsnap (1.18.4)
msgpack (~> 1.2)
Expand All @@ -100,13 +100,13 @@ GEM
caxlsx (>= 3.0)
climate_control (0.2.0)
cocoon (1.2.15)
concurrent-ruby (1.3.4)
concurrent-ruby (1.3.5)
crack (1.0.0)
bigdecimal
rexml
crass (1.0.6)
csv (3.3.1)
database_consistency (1.7.26)
csv (3.3.2)
database_consistency (2.0.3)
activerecord (>= 3.2)
date (3.4.1)
date_validator (0.12.0)
Expand All @@ -130,7 +130,7 @@ GEM
scanf (~> 1.0)
sxp (~> 1.2)
unicode-types (~> 1.8)
erubi (1.13.0)
erubi (1.13.1)
factory_bot (6.4.5)
activesupport (>= 5.0.0)
factory_bot_rails (6.4.3)
Expand All @@ -154,8 +154,8 @@ GEM
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-httpclient (1.0.1)
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-multipart (1.1.0)
multipart-post (~> 2.0)
faraday-net_http (1.0.2)
faraday-net_http_persistent (1.2.0)
faraday-patron (1.0.0)
Expand All @@ -166,7 +166,7 @@ GEM
ffi (1.16.3)
friendly_id (5.5.1)
activerecord (>= 4.0.0)
geocoder (1.8.4)
geocoder (1.8.5)
base64 (>= 0.1.0)
csv (>= 3.0.0)
globalid (1.2.1)
Expand All @@ -180,7 +180,7 @@ GEM
hashdiff (1.1.2)
highline (2.1.0)
htmlentities (4.3.4)
i18n (1.14.6)
i18n (1.14.7)
concurrent-ruby (~> 1.0)
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
Expand Down Expand Up @@ -216,8 +216,8 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.3)
loofah (2.23.1)
logger (1.6.5)
loofah (2.24.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -231,7 +231,7 @@ GEM
mime-types (3.6.0)
logger
mime-types-data (~> 3.2015)
mime-types-data (3.2024.1203)
mime-types-data (3.2025.0107)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
Expand Down Expand Up @@ -297,7 +297,7 @@ GEM
rack (~> 2.2, >= 2.2.4)
rack-proxy (0.7.7)
rack
rack-test (2.1.0)
rack-test (2.2.0)
rack (>= 1.3)
rails (6.1.7.10)
actioncable (= 6.1.7.10)
Expand Down Expand Up @@ -352,7 +352,7 @@ GEM
redis (4.8.1)
redis-namespace (1.11.0)
redis (>= 4)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
request_store (1.7.0)
rack (>= 1.4)
responders (3.1.1)
Expand Down Expand Up @@ -449,7 +449,7 @@ GEM
climate_control (>= 0.0.3, < 1.0)
thor (1.3.2)
tilt (2.6.0)
timeout (0.4.2)
timeout (0.4.3)
typesafe_enum (0.3.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand All @@ -473,7 +473,8 @@ GEM
railties (>= 5.2)
semantic_range (>= 2.3.0)
websocket (1.2.11)
websocket-driver (0.7.6)
websocket-driver (0.7.7)
base64
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
xml-mapping (0.10.1)
Expand Down Expand Up @@ -504,7 +505,7 @@ DEPENDENCIES
database_consistency
date_validator
devise
dotenv-rails
dotenv-rails (~> 2.8)
factory_bot_rails (~> 6.4)
faraday_middleware
ffi (~> 1.16.3)
Expand Down

0 comments on commit 968e50f

Please sign in to comment.