Bumps [irb](https://github.com/ruby/irb) from 1.8.3 to 1.9.1. - [Release notes](https://github.com/ruby/irb/releases) - [Commits](https://github.com/ruby/irb/compare/v1.8.3...v1.9.1) --- updated-dependencies: - dependency-name: irb dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
10 lines
204 B
Ruby
10 lines
204 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
gem "rugged", "~> 1.5.1"
|
|
gem "liquid", "~> 5.4"
|
|
|
|
gem "irb", "~> 1.9", :group => [:development]
|
|
gem "rdoc", "~> 6.4", :group => [:development]
|