Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #10 from joeyates/master
Browse files Browse the repository at this point in the history
Limit compatible dotenv versions to 2.1
  • Loading branch information
stefanoverna committed May 8, 2018
2 parents c5d1b8f + 5cabc8d commit c7e3703
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/middleman_dato/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module MiddlemanDato
VERSION = '0.8.0'
VERSION = '0.8.1'
end
2 changes: 1 addition & 1 deletion middleman-dato.gemspec
Expand Up @@ -25,5 +25,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'middleman-core', ['>= 4.1.10']
s.add_runtime_dependency 'dato', ['>= 0.3.2']
s.add_runtime_dependency 'activesupport'
s.add_runtime_dependency 'dotenv'
s.add_runtime_dependency 'dotenv', ['<= 2.1']
end

0 comments on commit c7e3703

Please sign in to comment.