Skip to content

Commit

Permalink
Remove unused variable gem_version from tasks/release.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanvlviv committed Sep 24, 2017
1 parent 36888b9 commit 9045875
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/release.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
root = File.expand_path("..", __dir__)
version = File.read("#{root}/RAILS_VERSION").strip
tag = "v#{version}"
gem_version = Gem::Version.new(version)

directory "pkg"

Expand Down

0 comments on commit 9045875

Please sign in to comment.