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

Commit 00abb7d

Browse files
committed
Merge branch 'develop'
2 parents 6f23353 + e8ca2bc commit 00abb7d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
deliver (0.7.10)
4+
deliver (0.7.11)
55
fastimage (~> 1.6.3)
66
fastlane_core (>= 0.1.4)
77
nokogiri (~> 1.6.5)
@@ -13,6 +13,7 @@ GEM
1313
remote: https://rubygems.org/
1414
specs:
1515
addressable (2.3.7)
16+
babosa (1.0.2)
1617
capybara (2.4.4)
1718
mime-types (>= 1.16)
1819
nokogiri (>= 1.3.3)
@@ -37,6 +38,7 @@ GEM
3738
fastimage (1.6.6)
3839
addressable (~> 2.3, >= 2.3.5)
3940
fastlane_core (0.1.4)
41+
babosa
4042
capybara (~> 2.4.3)
4143
colored
4244
commander (>= 4.1.0)

lib/deliver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Deliver
2-
VERSION = "0.7.10"
2+
VERSION = "0.7.11"
33
end

0 commit comments

Comments
 (0)