Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GEM
remote: http://rubygems.org/
specs:
json (1.8.3)
minitest (5.8.4)
rake (10.5.0)
json (2.3.0)
minitest (5.14.0)
rake (13.0.1)

PLATFORMS
ruby
Expand All @@ -14,4 +14,4 @@ DEPENDENCIES
rake

BUNDLED WITH
1.11.2
1.17.3

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will show warning on exisiting users since the bundle version used and now is changed.

4 changes: 2 additions & 2 deletions browserstack-local.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'browserstack-local'
s.version = '1.3.0'
s.date = '2016-09-19'
s.version = '1.4.0'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably a patch version is good instead of minor.

s.date = '2020-04-09'
s.summary = "BrowserStack Local"
s.description = "Ruby bindings for BrowserStack Local"
s.authors = ["BrowserStack"]
Expand Down