Skip to content

Commit 6678d9d

Browse files
committed
Explicitly include irb via rubygems
1 parent 8ba04dd commit 6678d9d

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
## [Unreleased]
99
### Added
1010
- Working directory is now printed in test runner output
11+
- Explicitly include `irb` via rubygems
1112

1213
### Changed
1314
- Update .gitattributes so we have consistent line endings

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
66
gemspec
77

88
gem "bundler", "> 1.15", require: false, group: :test
9+
gem "irb", "~> 1.3.5", require: false
910
gem "keepachangelog_manager", "~> 0.0.2", require: false, group: :test
1011
gem "rspec", "~> 3.0", require: false, group: :test
1112
gem 'rubocop', '~>1.5.0', require: false, group: :test

SampleProjects/TestSomething/Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
source 'https://rubygems.org'
22
gem 'arduino_ci', path: '../../'
3+
gem "irb", "~> 1.3.5", require: false

0 commit comments

Comments
 (0)