Skip to content

Commit

Permalink
Fix rack-livereload in zendesk_apps_tools.gemspec (#412)
Browse files Browse the repository at this point in the history
* Fix rack-livereload in zendesk_apps_tools.gemspec

* Bump version to 3.9.2
  • Loading branch information
etanxing committed Sep 14, 2023
1 parent d11237c commit e01fce5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PATH
remote: .
specs:
zendesk_apps_tools (3.9.1)
zendesk_apps_tools (3.9.2)
execjs (~> 2.7.0)
faraday (~> 0.17.5)
faye-websocket (>= 0.10.7, < 0.12.0)
listen (~> 2.10)
nokogiri (~> 1.13.10)
rack-livereload
rack-livereload (= 0.3.17)
rubyzip (>= 1.2.1, < 2.4.0)
sinatra (>= 1.4.6, < 2.3.0)
sinatra-cross_origin (~> 0.3.1)
Expand Down Expand Up @@ -198,4 +198,4 @@ DEPENDENCIES
zendesk_apps_tools!

BUNDLED WITH
2.3.19
2.3.26
2 changes: 1 addition & 1 deletion lib/zendesk_apps_tools/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module ZendeskAppsTools
VERSION = '3.9.1'
VERSION = '3.9.2'
end
2 changes: 1 addition & 1 deletion zendesk_apps_tools.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'zendesk_apps_support', '~> 4.38.2'
s.add_runtime_dependency 'sinatra-cross_origin', '~> 0.3.1'
s.add_runtime_dependency 'listen', '~> 2.10'
s.add_runtime_dependency 'rack-livereload'
s.add_runtime_dependency 'rack-livereload', '0.3.17'
s.add_runtime_dependency 'faye-websocket', '>= 0.10.7', '< 0.12.0'

s.add_development_dependency 'cucumber', '~> 7.1.0'
Expand Down

0 comments on commit e01fce5

Please sign in to comment.