Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Fix Rubocop Target Ruby Version
Browse files Browse the repository at this point in the history
  • Loading branch information
lyndsey-ferguson committed Jul 13, 2018
1 parent 10b1eb7 commit dd08c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Layout/SpaceAroundOperators:
- '**/spec/actions_specs/xcodebuild_spec.rb'

AllCops:
TargetRubyVersion: 2.1
TargetRubyVersion: 2.2
Include:
- '**/fastlane/Fastfile'
Exclude:
Expand Down

0 comments on commit dd08c79

Please sign in to comment.