Skip to content

Commit

Permalink
Merge e1503d9 into 4d9ce16
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Jan 7, 2019
2 parents 4d9ce16 + e1503d9 commit f3428f2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Gemfile
@@ -1,13 +1,11 @@
source 'https://rubygems.org'

# Ruby 2.2.2 is the minimum requirement
ruby [Gem::Version.new('2.2.2'), Gem::Version.new(RUBY_VERSION)].max
ruby '>=2.3.0'

# Ensure github repositories are fetched using HTTPS
git_source(:github) do |repo_name|
repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
"https://github.com/#{repo_name}.git"
end if Gem::Version.new(Bundler::VERSION) < Gem::Version.new('2')
end

# Load vendored dotenv gem and .env file
require File.join(File.dirname(__FILE__), 'lib/gemfile_helper.rb')
Expand Down

0 comments on commit f3428f2

Please sign in to comment.