We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2dccd6 commit 8bf0335Copy full SHA for 8bf0335
Gemfile
@@ -7,7 +7,7 @@ gemspec
7
group :development do
8
# Lock style guide to specific version incase a new version is published with new breaking cops
9
gem "boxt_ruby_style_guide", "7.10.0"
10
- gem "bundler", "~> 2.1"
+ gem "bundler", "2.2.21"
11
gem "byebug", "~> 11.0"
12
gem "rake", "~> 13.0"
13
gem "rspec", "~> 3.9"
Gemfile.lock
@@ -104,7 +104,7 @@ PLATFORMS
104
105
DEPENDENCIES
106
boxt_ruby_style_guide (= 7.10.0)
107
- bundler (~> 2.1)
+ bundler (= 2.2.21)
108
byebug (~> 11.0)
109
logga!
110
rake (~> 13.0)
@@ -113,4 +113,4 @@ DEPENDENCIES
113
simplecov (~> 0.17)
114
115
BUNDLED WITH
116
- 2.2.17
+ 2.2.21
0 commit comments