We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d5ef25 commit 38eba54Copy full SHA for 38eba54
Gemfile
@@ -5,7 +5,7 @@ gemspec
5
6
# Development dependencies. Not included in the publised gem.
7
gem "byebug", "~> 11.1.3"
8
-gem "dotenv", "~> 3.1.7"
+gem "dotenv", "~> 2.8.1" # >= v3 will require removing support for Ruby 2.7 from CI.
9
gem "rake", "~> 13.2.1"
10
gem "rspec", "~> 3.13"
11
gem "rubocop", "~> 1.74.0"
Gemfile.lock
@@ -19,7 +19,7 @@ GEM
19
bigdecimal
20
rexml
21
diff-lcs (1.5.1)
22
- dotenv (3.1.7)
+ dotenv (2.8.1)
23
event_stream_parser (1.0.0)
24
faraday (2.8.1)
25
base64
@@ -86,7 +86,7 @@ PLATFORMS
86
87
DEPENDENCIES
88
byebug (~> 11.1.3)
89
- dotenv (~> 3.1.7)
+ dotenv (~> 2.8.1)
90
rake (~> 13.2.1)
91
rspec (~> 3.13)
92
rubocop (~> 1.74.0)
0 commit comments