Browse Source

ajout de la gem dotenv-rails

Lou 2 years ago
parent
commit
3d4a5c8061
2 changed files with 6 additions and 0 deletions
  1. 1
    0
      Gemfile
  2. 5
    0
      Gemfile.lock

+ 1
- 0
Gemfile View File

@@ -51,3 +51,4 @@ gem "table_print", "~> 1.5"
51 51
 gem "faker", "~> 2.17"
52 52
 gem "activerecord-reset-pk-sequence", "~> 0.2.1"
53 53
 gem "jsonapi-serializer", "~> 2.2"
54
+gem 'dotenv-rails'

+ 5
- 0
Gemfile.lock View File

@@ -69,6 +69,10 @@ GEM
69 69
     choice (0.2.0)
70 70
     concurrent-ruby (1.1.8)
71 71
     crass (1.0.6)
72
+    dotenv (2.7.6)
73
+    dotenv-rails (2.7.6)
74
+      dotenv (= 2.7.6)
75
+      railties (>= 3.2)
72 76
     erubi (1.10.0)
73 77
     faker (2.17.0)
74 78
       i18n (>= 1.6, < 2)
@@ -173,6 +177,7 @@ DEPENDENCIES
173 177
   bcrypt (~> 3.1)
174 178
   bootsnap (>= 1.4.4)
175 179
   byebug
180
+  dotenv-rails
176 181
   faker (~> 2.17)
177 182
   jsonapi-serializer (~> 2.2)
178 183
   jwt (~> 2.2)

Loading…
Cancel
Save