Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Fix the cops
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 28, 2019
1 parent 217b297 commit 7299a68
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/bundler/version.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# frozen_string_literal: false

# Ruby 1.9.3 and old RubyGems don't play nice with frozen version strings
# rubocop:disable MutableConstant

module Bundler
VERSION = "2.0.0.dev"
VERSION = "2.0.0.dev".freeze

def self.bundler_major_version
@bundler_major_version ||= VERSION.split(".").first.to_i
Expand Down

0 comments on commit 7299a68

Please sign in to comment.