Skip to content

Commit

Permalink
bump browser_sniffer to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBillard committed Nov 19, 2019
1 parent d50ff16 commit 8328157
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/shopify_app/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ShopifyApp
VERSION = '11.3.0'.freeze
VERSION = '11.3.1'.freeze
end
2 changes: 1 addition & 1 deletion shopify_app.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.3.1"

s.add_runtime_dependency('browser_sniffer', '~> 1.1.2')
s.add_runtime_dependency('browser_sniffer', '~> 1.1.3')
s.add_runtime_dependency('rails', '> 5.2.1')
s.add_runtime_dependency('shopify_api', '~> 8.0')
s.add_runtime_dependency('omniauth-shopify-oauth2', '~> 2.2.0')
Expand Down

0 comments on commit 8328157

Please sign in to comment.