Skip to content

Commit

Permalink
Upgrade some other pods while we're at it
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Jan 29, 2016
1 parent 653570c commit 0d6300a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Podfile
Expand Up @@ -9,9 +9,9 @@ target "MacDown" do
pod 'hoedown', '~> 3.0'
pod 'JJPluralForm', '~> 2.1' # Plural form localization.
pod 'LibYAML', '~> 0.1', :inhibit_warnings => true
pod 'M13OrderedDictionary', '~> 1.0'
pod 'M13OrderedDictionary', '~> 1.1'
pod 'MASPreferences', '~> 1.1' # Preference window.
pod 'PAPreferences', '~> 0.4' # Preference singleton.
pod 'PAPreferences', '~> 0.4' # Preference singleton (Locked until we drop 10.8 support).
pod 'Sparkle', '~> 1.13' # Updater.
end

Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Expand Up @@ -6,7 +6,7 @@ PODS:
- hoedown/standard (3.0.3)
- JJPluralForm (2.1)
- LibYAML (0.1.4)
- M13OrderedDictionary (1.0.6)
- M13OrderedDictionary (1.1.0)
- MASPreferences (1.1.2)
- PAPreferences (0.4)
- Sparkle (1.13.0)
Expand All @@ -17,7 +17,7 @@ DEPENDENCIES:
- hoedown (~> 3.0)
- JJPluralForm (~> 2.1)
- LibYAML (~> 0.1)
- M13OrderedDictionary (~> 1.0)
- M13OrderedDictionary (~> 1.1)
- MASPreferences (~> 1.1)
- PAPreferences (~> 0.4)
- Sparkle (~> 1.13)
Expand All @@ -28,7 +28,7 @@ SPEC CHECKSUMS:
hoedown: c1327bbbc96d269595ed86bf97f1d09867ec7529
JJPluralForm: 9a6235813990a33a63fb3eff457eb2c633af6acd
LibYAML: 3af2c5adf3a40dff936d087aa6a77edc10036bc5
M13OrderedDictionary: ca1bb2d743fd64500ffabee811d4bf2d0a65c908
M13OrderedDictionary: 6e157fe9c82aa6b3cd7198f5c5c30c7a6834c4a6
MASPreferences: 32d8a2c5ef1d60b63240f5676b011ff72e194cb1
PAPreferences: ba3f8d236c4c398b82bb0110cddd8546cd619770
Sparkle: d04d17a32eaddab19471d0c3d9db15164afdbc6e
Expand Down

0 comments on commit 0d6300a

Please sign in to comment.