We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d1660 commit b3cd3fcCopy full SHA for b3cd3fc
Gemfile
@@ -9,4 +9,4 @@ gem "rake", "~> 13.0"
9
10
gem "rspec", "~> 3.0"
11
gem "standard", "~> 1.28.0"
12
-gem "dotenv", "~> 3.1.4"
+gem "dotenv", "~> 2.8.1"
Gemfile.lock
@@ -9,7 +9,7 @@ GEM
specs:
ast (2.4.2)
diff-lcs (1.5.0)
- dotenv (3.1.4)
+ dotenv (2.8.1)
13
faraday (2.7.10)
14
faraday-net_http (>= 2.0, < 3.1)
15
ruby2_keywords (>= 0.0.4)
@@ -75,7 +75,7 @@ PLATFORMS
75
76
DEPENDENCIES
77
cohere-ruby!
78
- dotenv (~> 3.1.4)
+ dotenv (~> 2.8.1)
79
rake (~> 13.0)
80
rspec (~> 3.0)
81
standard (~> 1.28.0)
0 commit comments