Skip to content

Commit

Permalink
Merge pull request #242 from alphagov/ruby-2-6-6
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleese authored Apr 3, 2020
2 parents cb1b999 + 3043b1d commit 47001b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.5
2.6.6
2 changes: 1 addition & 1 deletion slimmer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $:.unshift lib unless $:.include?(lib)

require "slimmer/version"

Gem::Specification.new do |s| # rubocop:disable Metrics/BlockLength
Gem::Specification.new do |s|
s.name = "slimmer"
s.version = Slimmer::VERSION
s.platform = Gem::Platform::RUBY
Expand Down

0 comments on commit 47001b1

Please sign in to comment.