actiontext 7.0.8.1 → 7.0.8.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of actiontext might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fef0f001faabf9fa1e33b44cdc8e1fc3aece932de78ca418187c8725b429f61
4
- data.tar.gz: 19abfbfb01e7a37ac120906a35fb40c3b7e787a3d294a249bd50f80c1699b3c2
3
+ metadata.gz: 634986903c9722dea521e48d1aeb929928c7852fd376d0628f2934023234f53e
4
+ data.tar.gz: 62ac139bf11a8d8aae30c45cbc4267ca7da41f1b83e31fdbc6c3a8ed91493924
5
5
  SHA512:
6
- metadata.gz: 61848f87ea52bf7872122df668d45f986de800726cbb1dc776cee69017abdd844e895de13869a8aea00f3a80148cee7ca7b5bf98fa6c8e17dfe8f11d170d8c27
7
- data.tar.gz: cc65cb531964b618ce858cf00cbcbfd4a22540ffe55f7c3302e2ade5b9a1956212ecb8675f8f203766f34c512cf6a412f7a8773ada39c9117ec5b4079e1edc88
6
+ metadata.gz: 29ac5bc9d01a692735f70c972f6309e1094198b397c5c57036d1dae1cc4b9ac245028209154e5ab733c22ec49d661470d66a9924e431608d83c858d50ef9c89a
7
+ data.tar.gz: 48fd94f1aa49dcd5f4d1b58d3a4e6f95ca175c9f490f465a7a1e8c499b10ac488f2290facca2e940d2f9c02909217ee6d99808c9819599cfd3b0f28f807dac77
data/CHANGELOG.md CHANGED
@@ -1,3 +1,16 @@
1
+ ## Rails 7.0.8.3 (May 17, 2024) ##
2
+
3
+ * Fix vendored trix.css to be correct file.
4
+
5
+ *Hartley McGuire*
6
+
7
+ ## Rails 7.0.8.2 (May 16, 2024) ##
8
+
9
+ * Upgrade Trix to 1.3.2 to fix [CVE-2024-34341](https://github.com/basecamp/trix/security/advisories/GHSA-qjqp-xr96-cj99).
10
+
11
+ *Rafael Mendonça França*
12
+
13
+
1
14
  ## Rails 7.0.8.1 (February 21, 2024) ##
2
15
 
3
16
  * No changes.