Skip to content

Commit 67e9c0b

Browse files
committed
Update version to 0.4.0
1 parent baafa8d commit 67e9c0b

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

Gemfile.lock

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GIT
1111
PATH
1212
remote: .
1313
specs:
14-
better_together (0.3.6)
14+
better_together (0.4.0)
1515
activerecord-import
1616
activerecord-postgis-adapter
1717
bootstrap (~> 5.3.2)
@@ -226,7 +226,7 @@ GEM
226226
railties (>= 5.0.0)
227227
faker (3.4.1)
228228
i18n (>= 1.8.11, < 2)
229-
ffi (1.16.3)
229+
ffi (1.17.0-x86_64-linux-gnu)
230230
fog-aws (3.22.0)
231231
fog-core (~> 2.1)
232232
fog-json (~> 1.1)
@@ -255,7 +255,8 @@ GEM
255255
ruby-progressbar (~> 1.4)
256256
globalid (1.2.1)
257257
activesupport (>= 6.1)
258-
google-protobuf (4.26.1-x86_64-linux)
258+
google-protobuf (4.27.1-x86_64-linux)
259+
bigdecimal
259260
rake (>= 13)
260261
http-accept (1.7.0)
261262
http-cookie (1.0.5)
@@ -271,7 +272,7 @@ GEM
271272
railties (>= 6.0.0)
272273
jmespath (1.6.2)
273274
json (2.7.2)
274-
json-schema (4.1.1)
275+
json-schema (4.3.0)
275276
addressable (>= 2.8)
276277
jsonapi-resources (0.10.7)
277278
activerecord (>= 4.1)
@@ -332,7 +333,7 @@ GEM
332333
pry (0.14.2)
333334
coderay (~> 1.1)
334335
method_source (~> 1.0)
335-
public_suffix (5.0.4)
336+
public_suffix (5.0.5)
336337
puma (6.4.2)
337338
nio4r (~> 2.0)
338339
pundit (2.3.2)
@@ -402,7 +403,7 @@ GEM
402403
declarative (< 0.1.0)
403404
trailblazer-option (>= 0.1.1, < 0.2.0)
404405
uber (< 0.2.0)
405-
request_store (1.6.0)
406+
request_store (1.7.0)
406407
rack (>= 1.4)
407408
responders (3.1.1)
408409
actionpack (>= 5.2)
@@ -483,12 +484,12 @@ GEM
483484
ruby-vips (2.2.1)
484485
ffi (~> 1.12)
485486
rubyzip (2.3.2)
486-
sass-embedded (1.75.0-x86_64-linux-gnu)
487+
sass-embedded (1.77.4-x86_64-linux-gnu)
487488
google-protobuf (>= 3.25, < 5.0)
488489
sassc (2.4.0)
489490
ffi (~> 1.9)
490-
sassc-embedded (1.75.2)
491-
sass-embedded (~> 1.75)
491+
sassc-embedded (1.76.0)
492+
sass-embedded (~> 1.76)
492493
selenium-webdriver (4.21.1)
493494
base64 (~> 0.2)
494495
rexml (~> 3.2, >= 3.2.5)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ end
5252
Add this gem to your Gemfile:
5353

5454
```ruby
55-
gem 'better_together', '~> 0.3.3',
55+
gem 'better_together', '~> 0.4.0',
5656
github: 'better-together-org/community-engine-rails',
5757
branch: 'main'
5858
```

lib/better_together/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module BetterTogether
4-
VERSION = '0.3.6'
4+
VERSION = '0.4.0'
55
end

0 commit comments

Comments
 (0)