Skip to content

Commit

Permalink
Merge pull request CocoaPods#595 from janpio/patch-1
Browse files Browse the repository at this point in the history
[Gemspec] Bump atomos to `'~> 0.1.3'`
  • Loading branch information
segiddins authored Aug 8, 2018
2 parents 23127d0 + 9e26292 commit 90bdc29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ PATH
specs:
xcodeproj (1.5.9)
CFPropertyList (>= 2.3.3, < 4.0)
atomos (~> 0.1.2)
atomos (~> 0.1.3)
claide (>= 1.0.2, < 2.0)
colored2 (~> 3.1)
nanaimo (~> 0.2.6)
Expand All @@ -28,7 +28,7 @@ GEM
addressable (2.5.1)
public_suffix (~> 2.0, >= 2.0.2)
ast (2.3.0)
atomos (0.1.2)
atomos (0.1.3)
bacon (1.2.0)
claide-plugins (0.9.2)
cork
Expand Down
2 changes: 1 addition & 1 deletion xcodeproj.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.executables = %w(xcodeproj)
s.require_paths = %w(lib)

s.add_runtime_dependency 'atomos', '~> 0.1.2'
s.add_runtime_dependency 'atomos', '~> 0.1.3'
s.add_runtime_dependency 'CFPropertyList', '>= 2.3.3', '< 4.0'
s.add_runtime_dependency 'claide', '>= 1.0.2', '< 2.0'
s.add_runtime_dependency 'colored2', '~> 3.1'
Expand Down

0 comments on commit 90bdc29

Please sign in to comment.