Gemfile 95 B

12345
  1. source 'https://rubygems.org'
  2. gemspec
  3. gem "irb", "~> 1.1", "< 1.2.0" if RUBY_VERSION < "2.5"