Skip to content

Commit

Permalink
Fix molinillo version to 0.5.7 because of a bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Jul 28, 2017
1 parent bcb6547 commit a79e034
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ PATH
contracts (~> 0.16.0)
git (~> 1.3)
git_clone_url (~> 2.0)
hashdiff (~> 0.3.1)
indentation (~> 0.1.1)
molinillo (= 0.5.7)
smart_colored (~> 1.1, >= 1.1.1)
solve (~> 3.1)

Expand Down Expand Up @@ -51,7 +51,6 @@ GEM
git (1.3.0)
git_clone_url (2.0.0)
uri-ssh_git (>= 2.0)
hashdiff (0.3.4)
highline (1.7.8)
ice_nine (0.11.2)
inch (0.7.1)
Expand Down
2 changes: 1 addition & 1 deletion elm_install.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_dependency 'solve', '~> 3.1'
s.add_dependency 'commander', '~> 4.4', '>= 4.4.2'
s.add_dependency 'smart_colored', '~> 1.1', '>= 1.1.1'
s.add_dependency 'hashdiff', '~> 0.3.1'
s.add_dependency 'molinillo', '0.5.7'
s.add_dependency 'indentation', '~> 0.1.1'
s.add_dependency 'contracts', '~> 0.16.0'
s.add_dependency 'adts', '~> 0.1.2'
Expand Down
1 change: 0 additions & 1 deletion lib/elm_install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
require 'indentation'
require 'fileutils'
require 'contracts'
require 'hashdiff'
require 'json'
require 'adts'
require 'git'
Expand Down

0 comments on commit a79e034

Please sign in to comment.