Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

Commit

Permalink
Fix http dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentCATILLON committed Mar 16, 2019
1 parent d459b1c commit 6623ae8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
*.gem
Gemfile.lock
gems
.bundle

## Documentation cache and generated files:
/.yardoc/
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ gemspec

plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)

gem 'http'
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/fetch_version_code/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Fastlane
module FetchVersionCode
VERSION = "0.1.0"
VERSION = "0.1.1"
end
end

0 comments on commit 6623ae8

Please sign in to comment.