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

Commit

Permalink
Updated fastlane_core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Mar 6, 2015
1 parent dbb0fae commit dff01c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
codes (0.1.1)
fastlane_core (>= 0.1.4)
codes (0.1.2)
fastlane_core (>= 0.2.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -30,7 +30,7 @@ GEM
security
diff-lcs (1.2.5)
docile (1.1.5)
fastlane_core (0.1.4)
fastlane_core (0.3.0)
babosa
capybara (~> 2.4.3)
colored
Expand Down Expand Up @@ -86,7 +86,7 @@ GEM
webmock (1.19.0)
addressable (>= 2.3.6)
crack (>= 0.3.2)
websocket-driver (0.5.2)
websocket-driver (0.5.3)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.2)
xpath (2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion codes.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency 'fastlane_core', '~> 0.2.0' # all shared code and dependencies
spec.add_dependency 'fastlane_core', '>= 0.2.0' # all shared code and dependencies

# Development only
spec.add_development_dependency 'bundler'
Expand Down

0 comments on commit dff01c4

Please sign in to comment.