Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
searls authored Dec 13, 2022
1 parent 3729381 commit c86bf77
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,10 @@ If you’re using Bundler, you’ll need to include it in your Gemfile. Toss it

``` ruby
group :test do
gem 'm', '~> 1.5.0'
gem "m"
end
```

Developing a RubyGem? Add m as a development dependency.


``` ruby
Gem::Specification.new do |gem|
# ...
gem.add_development_dependency "m", "~> 1.5.0"
end
```

m works on Ruby 2.0+ only and support is only provided for [versions currently maintained by the community](https://www.ruby-lang.org/en/downloads/branches/).


USAGE
=====

Expand Down

0 comments on commit c86bf77

Please sign in to comment.