Skip to content

Commit

Permalink
Generate new projects with dotenv ~> 2.4 (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Apr 27, 2018
1 parent 1f9f417 commit 1072a0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -44,7 +44,7 @@ end
gem 'sass', require: false
gem 'coffee-script', require: false

gem 'dotenv', '~> 2.0', require: false
gem 'dotenv', '~> 2.4', require: false
gem 'shotgun', '~> 0.9', require: false

gem 'hanami-devtools', require: false, git: 'https://github.com/hanami/devtools.git'
Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/cli/commands/new/Gemfile.erb
Expand Up @@ -41,7 +41,7 @@ end

<%- end -%>
group :test, :development do
gem 'dotenv', '~> 2.0'
gem 'dotenv', '~> 2.4'
end

group :test do
Expand Down
4 changes: 2 additions & 2 deletions spec/integration/cli/new_spec.rb
Expand Up @@ -137,7 +137,7 @@
end
group :test, :development do
gem 'dotenv', '~> 2.0'
gem 'dotenv', '~> 2.4'
end
group :test do
Expand All @@ -162,7 +162,7 @@
gem 'jdbc-sqlite3'
group :test, :development do
gem 'dotenv', '~> 2.0'
gem 'dotenv', '~> 2.4'
end
group :test do
Expand Down

0 comments on commit 1072a0b

Please sign in to comment.