Skip to content

Commit 909e8cf

Browse files
Merge pull request #232 from Shopify/dependabot/bundler/minor-and-patch-7f780050d1
Bump the minor-and-patch group with 3 updates
2 parents 3a45b12 + 90e278b commit 909e8cf

File tree

4 files changed

+13
-21
lines changed

4 files changed

+13
-21
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v3
3333

3434
- name: Remove Gemfile.lock
35-
if: (matrix.gemfile == 'Gemfile') && ((matrix.ruby == 'head' ) || (matrix.os == 'windows-latest' && matrix.ruby == '3.1'))
35+
if: (matrix.gemfile == 'Gemfile') && (matrix.ruby == 'head' || matrix.os == 'windows-latest')
3636
run: "rm ${{ matrix.gemfile }}.lock"
3737

3838
- name: Set up Ruby
@@ -41,7 +41,7 @@ jobs:
4141
bundler: latest
4242
ruby-version: ${{ matrix.ruby }}
4343
bundler-cache: true
44-
cache-version: 7
44+
cache-version: ${{ matrix.os }}-ruby-${{ matrix.ruby }}-0
4545

4646
- name: Check if documentation is up to date
4747
run: bundle exec rake ruby_lsp:check_docs

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ gem "sorbet-static-and-runtime", platforms: :ruby
1919
gem "tapioca", "~> 0.11", require: false, platforms: :ruby
2020
gem "psych", "~> 5.1", require: false
2121
gem "rails"
22-
gem "tzinfo-data", platforms: :windows

Gemfile.lock

Lines changed: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,6 @@ GEM
136136
nio4r (2.7.0)
137137
nokogiri (1.16.0-arm64-darwin)
138138
racc (~> 1.4)
139-
nokogiri (1.16.0-x64-mingw-ucrt)
140-
racc (~> 1.4)
141139
nokogiri (1.16.0-x86_64-darwin)
142140
racc (~> 1.4)
143141
nokogiri (1.16.0-x86_64-linux)
@@ -223,33 +221,32 @@ GEM
223221
rubocop (~> 1.51)
224222
rubocop-sorbet (0.7.6)
225223
rubocop (>= 0.90.0)
226-
ruby-lsp (0.13.3)
224+
ruby-lsp (0.13.4)
227225
language_server-protocol (~> 3.17.0)
228226
prism (>= 0.19.0, < 0.20)
229-
sorbet-runtime (>= 0.5.5685)
227+
sorbet-runtime (>= 0.5.10782)
230228
ruby-progressbar (1.13.0)
231229
ruby2_keywords (0.0.5)
232-
sorbet (0.5.11180)
233-
sorbet-static (= 0.5.11180)
234-
sorbet-runtime (0.5.11180)
235-
sorbet-static (0.5.11180-universal-darwin)
236-
sorbet-static (0.5.11180-x86_64-linux)
237-
sorbet-static-and-runtime (0.5.11180)
238-
sorbet (= 0.5.11180)
239-
sorbet-runtime (= 0.5.11180)
230+
sorbet (0.5.11193)
231+
sorbet-static (= 0.5.11193)
232+
sorbet-runtime (0.5.11193)
233+
sorbet-static (0.5.11193-universal-darwin)
234+
sorbet-static (0.5.11193-x86_64-linux)
235+
sorbet-static-and-runtime (0.5.11193)
236+
sorbet (= 0.5.11193)
237+
sorbet-runtime (= 0.5.11193)
240238
spoom (1.2.4)
241239
erubi (>= 1.10.0)
242240
sorbet-static-and-runtime (>= 0.5.10187)
243241
syntax_tree (>= 6.1.1)
244242
thor (>= 0.19.2)
245243
sqlite3 (1.7.0-arm64-darwin)
246-
sqlite3 (1.7.0-x64-mingw-ucrt)
247244
sqlite3 (1.7.0-x86_64-darwin)
248245
sqlite3 (1.7.0-x86_64-linux)
249246
stringio (3.1.0)
250247
syntax_tree (6.2.0)
251248
prettier_print (>= 1.2.0)
252-
tapioca (0.11.15)
249+
tapioca (0.11.16)
253250
bundler (>= 2.2.25)
254251
netrc (>= 0.11.0)
255252
parallel (>= 1.21.0)
@@ -262,8 +259,6 @@ GEM
262259
timeout (0.4.1)
263260
tzinfo (2.0.6)
264261
concurrent-ruby (~> 1.0)
265-
tzinfo-data (1.2023.4)
266-
tzinfo (>= 1.0.0)
267262
unicode-display_width (2.5.0)
268263
webrick (1.8.1)
269264
websocket-driver (0.7.6)
@@ -296,7 +291,6 @@ DEPENDENCIES
296291
sorbet-static-and-runtime
297292
sqlite3
298293
tapioca (~> 0.11)
299-
tzinfo-data
300294

301295
BUNDLED WITH
302296
2.4.22

gemfiles/Gemfile-rails-main

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ gem "sorbet-static-and-runtime", platforms: :ruby
1919
gem "tapioca", "~> 0.11", require: false, platforms: :ruby
2020
gem "psych", "~> 5.1", require: false
2121
gem "rails", github: "rails/rails", branch: "main"
22-
gem "tzinfo-data", platforms: :windows

0 commit comments

Comments
 (0)