mirror of
https://github.com/zhigang1992/PerspectiveTransform.git
synced 2026-01-12 09:14:11 +08:00
update ruby and bundle
This commit is contained in:
@@ -1 +1 @@
|
||||
2.6.4
|
||||
2.7.0
|
||||
|
||||
14
Gemfile
14
Gemfile
@@ -1,7 +1,13 @@
|
||||
source 'https://rubygems.org'
|
||||
|
||||
gem 'cocoapods', # manage xcode project dependecies
|
||||
'~>1.8.0.beta' # to include fix for lib lint failing on twitter url for 1.7.5, see https://github.com/CocoaPods/Cocoapods/pull/9053
|
||||
gem 'cocoapods' # manage xcode project dependecies
|
||||
gem 'xcpretty' # to simulate travis output
|
||||
gem 'xcpretty-travis-formatter'
|
||||
gem 'travis' # to debug builds, see https://docs.travis-ci.com/user/running-build-in-debug-mode/
|
||||
|
||||
group :travis do
|
||||
gem 'xcpretty-travis-formatter'
|
||||
gem 'travis' # to debug builds, see https://docs.travis-ci.com/user/running-build-in-debug-mode/
|
||||
end
|
||||
|
||||
group :github do
|
||||
gem 'xcpretty-actions-formatter'
|
||||
end
|
||||
|
||||
@@ -113,6 +113,8 @@ GEM
|
||||
nanaimo (~> 0.3.0)
|
||||
xcpretty (0.3.0)
|
||||
rouge (~> 2.0.7)
|
||||
xcpretty-actions-formatter (0.1.2)
|
||||
xcpretty (~> 0.2)
|
||||
xcpretty-travis-formatter (1.0.0)
|
||||
xcpretty (~> 0.2, >= 0.0.7)
|
||||
|
||||
@@ -120,9 +122,10 @@ PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
cocoapods (~> 1.8.0.beta)
|
||||
cocoapods
|
||||
travis
|
||||
xcpretty
|
||||
xcpretty-actions-formatter
|
||||
xcpretty-travis-formatter
|
||||
|
||||
BUNDLED WITH
|
||||
|
||||
Reference in New Issue
Block a user