Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump git from 1.3.0 to 1.11.0 in /ModbusMaster-master #6

Closed
Closed
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
2 changes: 1 addition & 1 deletion ModbusMaster-master/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ source 'https://rubygems.org'


# place general project gems in this section (alphabetical order) ____________
gem 'git', '~> 1.3.0' # git management
gem 'git', '~> 1.11.0' # git management
gem 'github_changelog_generator', '~> 1.13.1'
gem 'rake', '~> 11.2.2'
gem 'version', '~> 1.0.0' # version management gem
Expand Down
6 changes: 4 additions & 2 deletions ModbusMaster-master/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ GEM
thread_safe (~> 0.3, >= 0.3.1)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
git (1.3.0)
git (1.11.0)
rchardet (~> 1.8)
github_api (0.14.5)
addressable (~> 2.4.0)
descendants_tracker (~> 0.0.4)
Expand All @@ -31,14 +32,15 @@ GEM
rack (>= 1.2, < 3)
rack (2.0.1)
rake (11.2.2)
rchardet (1.8.0)
thread_safe (0.3.5)
version (1.0.0)

PLATFORMS
ruby

DEPENDENCIES
git (~> 1.3.0)
git (~> 1.11.0)
github_changelog_generator (~> 1.13.1)
rake (~> 11.2.2)
version (~> 1.0.0)
Expand Down