Skip to content

Commit

Permalink
[now-ruby] update bundler on ruby rack examples (#3856)
Browse files Browse the repository at this point in the history
* update bundler on ruby rack examples
  * bundle with latest bundler `v2.1.4`
  * update rack to `v2.2.2`
  🔗 #3626
  • Loading branch information
m5o committed Feb 28, 2020
1 parent 995aa6e commit 964ce1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/now-ruby/test/fixtures/07-rack/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
rack (2.1.1)
rack (2.2.2)

PLATFORMS
ruby
Expand All @@ -10,4 +10,4 @@ DEPENDENCIES
rack (~> 2.0)

BUNDLED WITH
1.17.3
2.1.4
4 changes: 2 additions & 2 deletions packages/now-ruby/test/fixtures/08-rack-proc/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
rack (2.1.1)
rack (2.2.2)

PLATFORMS
ruby
Expand All @@ -10,4 +10,4 @@ DEPENDENCIES
rack (~> 2.0)

BUNDLED WITH
1.17.3
2.1.4

0 comments on commit 964ce1b

Please sign in to comment.