mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
Upgrade bundler dependencies
This commit is contained in:
parent
c72fb162c7
commit
eaa34a6c94
2 changed files with 13 additions and 8 deletions
3
Gemfile
3
Gemfile
|
@ -1,4 +1,5 @@
|
|||
# A sample Gemfile
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem "cocoaseeds", "~>0.2"
|
||||
gem "cocoaseeds"
|
||||
gem "xcpretty"
|
||||
|
|
18
Gemfile.lock
18
Gemfile.lock
|
@ -1,34 +1,38 @@
|
|||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activesupport (4.2.3)
|
||||
activesupport (4.2.5)
|
||||
i18n (~> 0.7)
|
||||
json (~> 1.7, >= 1.7.7)
|
||||
minitest (~> 5.1)
|
||||
thread_safe (~> 0.3, >= 0.3.4)
|
||||
tzinfo (~> 1.1)
|
||||
claide (0.9.1)
|
||||
cocoaseeds (0.2.0)
|
||||
colorize (~> 0.7)
|
||||
xcodeproj (~> 0.24)
|
||||
cocoaseeds (0.6.1)
|
||||
colorize (~> 0.7.0)
|
||||
xcodeproj (~> 0.28.2)
|
||||
colored (1.2)
|
||||
colorize (0.7.7)
|
||||
i18n (0.7.0)
|
||||
json (1.8.3)
|
||||
minitest (5.8.0)
|
||||
minitest (5.8.3)
|
||||
rouge (1.10.1)
|
||||
thread_safe (0.3.5)
|
||||
tzinfo (1.2.2)
|
||||
thread_safe (~> 0.1)
|
||||
xcodeproj (0.26.3)
|
||||
xcodeproj (0.28.2)
|
||||
activesupport (>= 3)
|
||||
claide (~> 0.9.1)
|
||||
colored (~> 1.2)
|
||||
xcpretty (0.2.2)
|
||||
rouge (~> 1.8)
|
||||
|
||||
PLATFORMS
|
||||
ruby
|
||||
|
||||
DEPENDENCIES
|
||||
cocoaseeds (~> 0.2)
|
||||
cocoaseeds
|
||||
xcpretty
|
||||
|
||||
BUNDLED WITH
|
||||
1.10.6
|
||||
|
|
Loading…
Reference in a new issue