Skip to content

Commit 7694777

Browse files
committed
Explicitly include irb via rubygems
1 parent 858c171 commit 7694777

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1717
- Extraction of byes usage in a compiled sketch is now calculated in a method: `ArduinoBackend.last_bytes_usage`
1818
- Added ```nano_every``` platform to represent ```arduino:megaavr``` architecture
1919
- Working directory is now printed in test runner output
20+
- Explicitly include `irb` via rubygems
2021

2122
### Changed
2223
- We now compile a shared library to be used for each test.

Gemfile

Lines changed: 1 addition & 0 deletions
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

Lines changed: 1 addition & 0 deletions
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)