Skip to content

Commit

Permalink
Merge pull request Shopify#47 from Shopify/bump_version
Browse files Browse the repository at this point in the history
Bump doggy version to 2.0.41.
  • Loading branch information
marc-barry authored Sep 11, 2017
2 parents 78a8592 + 44843ae commit 76925b5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
doggy (2.0.40)
doggy (2.0.41)
activesupport (~> 4)
json (~> 1.8.3)
parallel (~> 1.6.1)
Expand All @@ -12,7 +12,7 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (4.2.8)
activesupport (4.2.9)
i18n (~> 0.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
Expand All @@ -31,7 +31,7 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
equalizer (0.0.11)
hashdiff (0.2.3)
i18n (0.8.1)
i18n (0.8.6)
ice_nine (0.11.2)
json (1.8.6)
metaclass (0.0.4)
Expand All @@ -45,7 +45,7 @@ GEM
safe_yaml (1.0.4)
thor (0.19.4)
thread_safe (0.3.6)
tzinfo (1.2.2)
tzinfo (1.2.3)
thread_safe (~> 0.1)
virtus (1.0.5)
axiom-types (~> 0.1)
Expand All @@ -69,4 +69,4 @@ DEPENDENCIES
webmock

BUNDLED WITH
1.14.4
1.15.0
2 changes: 1 addition & 1 deletion lib/doggy/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8

module Doggy
VERSION = '2.0.40'
VERSION = '2.0.41'
end

0 comments on commit 76925b5

Please sign in to comment.