Skip to content

Commit f2b5b01

Browse files
committed
actualizo figaro
1 parent b6e8531 commit f2b5b01

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: src/sections/rails/configuraciones.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ _¿De qué forma seteamos los valores **`DOMAIN_NAME`**, **`GMAIL_USERNAME`** y
6666
Agregamos al `Gemfile`
6767

6868
```ruby
69-
gem 'figaro'
69+
gem "figaro", git: "https://github.com/laserlemon/figaro"
7070
```
7171

7272
Instalamos la gema con bundler
@@ -75,7 +75,7 @@ Instalamos la gema con bundler
7575
bundle install
7676
```
7777

78-
> Solo funciona con ruby < 3 por el momento
78+
> No han actualizado la gema en rubygems
7979
8080
----
8181
<!-- .slide: data-auto-animate -->
@@ -107,6 +107,9 @@ development:
107107
GMAIL_PASSWORD: otherpassword
108108
```
109109
110+
> Probar con `rails console [-e production]`, imprimiendo
111+
> `ENV['GMAIL_USERNAME']`
112+
110113
----
111114

112115
## Rails credentials

0 commit comments

Comments
 (0)