Skip to content

Commit

Permalink
Merge pull request #242 from platanus/fix-illformed-gemfile
Browse files Browse the repository at this point in the history
fix(gem-helpers): pass gem version to gather gem as a hash option
  • Loading branch information
rjherrera authored Jan 21, 2020
2 parents 2e75ff5 + 4d96c3a commit d4253f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/potassium/helpers/gem-helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def call_gem_for_gem(gem_data)
def add_original_rails_gems
gemfile_entries.each do |entry|
unless entry.commented_out
gather_gem(entry.name, entry.version)
gather_gem(entry.name, version: entry[:version])
end
end
end
Expand Down

0 comments on commit d4253f1

Please sign in to comment.