Skip to content

Commit c352f3d

Browse files
authored
Fix/broken release (#11)
* Revert "Update Gemfile.lock" This reverts commit 450010f. * Revert "chore/publish 1.0.0 version (#10)" This reverts commit 627b3a5. * update to 1.0.0 * bump to 1.0.1
1 parent 450010f commit c352f3d

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Gemfile.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
sn_filterable (1.0.0)
4+
sn_filterable (1.0.1)
55
heroicon (~> 1)
66
kaminari (~> 1)
77
pg (~> 1)
@@ -76,7 +76,7 @@ GEM
7676
builder (3.2.4)
7777
concurrent-ruby (1.1.10)
7878
crass (1.0.6)
79-
date (3.3.1)
79+
date (3.3.3)
8080
diff-lcs (1.5.0)
8181
erubi (1.11.0)
8282
factory_bot (6.2.1)
@@ -118,7 +118,7 @@ GEM
118118
mini_mime (1.1.2)
119119
mini_portile2 (2.8.0)
120120
minitest (5.16.3)
121-
net-imap (0.3.2)
121+
net-imap (0.3.4)
122122
date
123123
net-protocol
124124
net-pop (0.1.2)
@@ -215,14 +215,14 @@ GEM
215215
rubocop-rspec (2.15.0)
216216
rubocop (~> 1.33)
217217
ruby-progressbar (1.11.0)
218-
sprockets (4.1.1)
218+
sprockets (4.2.0)
219219
concurrent-ruby (~> 1.0)
220-
rack (> 1, < 3)
220+
rack (>= 2.2.4, < 4)
221221
sprockets-rails (3.4.2)
222222
actionpack (>= 5.2)
223223
activesupport (>= 5.2)
224224
sprockets (>= 3.0.0)
225-
tailwindcss-rails (2.0.21-x86_64-darwin)
225+
tailwindcss-rails (2.0.21)
226226
railties (>= 6.0.0)
227227
thor (1.2.1)
228228
timeout (0.3.1)
@@ -233,8 +233,8 @@ GEM
233233
tzinfo (2.0.5)
234234
concurrent-ruby (~> 1.0)
235235
unicode-display_width (2.3.0)
236-
view_component (2.79.0)
237-
activesupport (>= 5.0.0, < 8.0)
236+
view_component (2.80.0)
237+
activesupport (>= 5.2.0, < 8.0)
238238
concurrent-ruby (~> 1.0)
239239
method_source (~> 1.0)
240240
websocket-driver (0.7.5)

lib/sn_filterable/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module SnFilterable
4-
VERSION = "1.0.0"
4+
VERSION = "1.0.1"
55
end

0 commit comments

Comments
 (0)