Sha256: 3cb7979f78ad904372245b66ee0686b6442179f1121a9d43141f36a2a9213a99
Contents?: true
Size: 782 Bytes
Versions: 3
Compression:
Stored size: 782 Bytes
Contents
# -*- ruby -*- # DO NOT EDIT THIS FILE. Instead, edit Rakefile, and run `rake bundler:gemfile`. source "https://rubygems.org/" gem "minitest", "~>5.11", :group => [:development, :test] gem "rake-compiler", "~>1.0", :group => [:development, :test] gem "rake-compiler-dock", "~>0.6.0", :group => [:development, :test] gem "mini_portile2", "~>2.0", :group => [:development, :test] gem "hoe-bundler", "~>1.0", :group => [:development, :test] gem "hoe-gemspec", "~>1.0", :group => [:development, :test] gem "rdoc", ">=4.0", "<6", :group => [:development, :test] # hoe versions >= 3.19.0 are incompatible with Ruby 2.0 and earlier, # but the gemspec does not indicate so... gem "hoe", (RUBY_VERSION < "2.1" ? "3.18.1" : "~>3.20"), :group => [:development, :test] # vim: syntax=ruby
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
tdiary-5.2.3 | vendor/bundle/ruby/3.1.0/gems/sqlite3-1.4.4/Gemfile |
sqlite3-1.4.4 | Gemfile |
sqlite3-1.4.3 | Gemfile |