Skip to content

Commit

Permalink
Release quilt_rails v3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atesgoral committed Nov 18, 2021
1 parent 58c12c7 commit bd786e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 4 additions & 2 deletions gems/quilt_rails/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## Unreleased
<!-- ## Unreleased -->

### Changed
## 3.5.3 - 2021-11-17

### Fixed

- Always `require "statsd-instrument"` so that apps don't need to do so. ([#2064](https://github.com/Shopify/quilt/pull/2064))

Expand Down
6 changes: 2 additions & 4 deletions gems/quilt_rails/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
quilt_rails (3.5.2)
quilt_rails (3.5.3)
activesupport (>= 3.2.0)
rails-reverse-proxy (~> 0.9.0)
railties (>= 3.2.0)
Expand Down Expand Up @@ -89,14 +89,12 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.6.1)
minitest (5.14.4)
minitest-hooks (1.5.0)
minitest (> 5.3)
mocha (1.12.0)
nio4r (2.5.8)
nokogiri (1.12.5)
mini_portile2 (~> 2.6.1)
nokogiri (1.12.5-x86_64-darwin)
racc (~> 1.4)
parallel (1.20.1)
parser (3.0.0.0)
Expand Down
2 changes: 1 addition & 1 deletion gems/quilt_rails/lib/quilt_rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Quilt
VERSION = "3.5.2"
VERSION = "3.5.3"
end

0 comments on commit bd786e9

Please sign in to comment.