diff options
author | George Claghorn <george.claghorn@gmail.com> | 2019-01-05 10:41:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-05 10:41:08 -0500 |
commit | 35ed21bc1600a3687c63781b70f7543ca162997c (patch) | |
tree | 7a803dfb010cea4c69663af8ccb8ae96db5b0a70 /actiontext | |
parent | a13612b07096d9b722719972c51a766856ea2d99 (diff) | |
parent | b04b008b3d5c8087ea3d5c076d75b3aa7e8a5150 (diff) | |
download | rails-35ed21bc1600a3687c63781b70f7543ca162997c.tar.gz rails-35ed21bc1600a3687c63781b70f7543ca162997c.tar.bz2 rails-35ed21bc1600a3687c63781b70f7543ca162997c.zip |
Merge pull request #34876 from bogdanvlviv/remove-needless-comment-actiontext.gemspec
Remove comment from `actiontext/actiontext.gemspec`
Diffstat (limited to 'actiontext')
-rw-r--r-- | actiontext/actiontext.gemspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actiontext/actiontext.gemspec b/actiontext/actiontext.gemspec index edc173349e..e9381d1ec5 100644 --- a/actiontext/actiontext.gemspec +++ b/actiontext/actiontext.gemspec @@ -2,7 +2,6 @@ version = File.read(File.expand_path("../RAILS_VERSION", __dir__)).strip -# Describe your gem and declare its dependencies: Gem::Specification.new do |s| s.platform = Gem::Platform::RUBY s.name = "actiontext" |