avo 3.2.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


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

metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: avo
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrian Marin
@@ -127,16 +127,16 @@ dependencies:
127
127
  name: turbo-rails
128
128
  requirement: !ruby/object:Gem::Requirement
129
129
  requirements:
130
- - - "~>"
130
+ - - ">="
131
131
  - !ruby/object:Gem::Version
132
- version: 2.0.0.pre.beta.1
132
+ version: '0'
133
133
  type: :runtime
134
134
  prerelease: false
135
135
  version_requirements: !ruby/object:Gem::Requirement
136
136
  requirements:
137
- - - "~>"
137
+ - - ">="
138
138
  - !ruby/object:Gem::Version
139
- version: 2.0.0.pre.beta.1
139
+ version: '0'
140
140
  - !ruby/object:Gem::Dependency
141
141
  name: turbo_power
142
142
  requirement: !ruby/object:Gem::Requirement
@@ -1677,7 +1677,6 @@ files:
1677
1677
  - app/javascript/js/helpers/debounce_promise.js
1678
1678
  - app/javascript/js/local-storage-service.js
1679
1679
  - app/views/avo/actions/show.html.erb
1680
- - app/views/avo/associations/create.turbo_stream.erb
1681
1680
  - app/views/avo/associations/new.html.erb
1682
1681
  - app/views/avo/attachments/destroy.turbo_stream.erb
1683
1682
  - app/views/avo/base/_boolean_filter.html.erb
@@ -1,2 +0,0 @@
1
- <%= turbo_stream.turbo_frame_reload(:has_many_field_show_photo_comments) %>
2
- <%= turbo_stream.close_modal %>