Skip to content

Commit

Permalink
7.1.0 is out 🥳
Browse files Browse the repository at this point in the history
  • Loading branch information
miharekar committed Oct 5, 2023
1 parent 168db87 commit 79bb4d7
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 78 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "active_link_to"
gem "aws-sdk-s3", require: false
gem "bootsnap", require: false
gem "cloudinary"
gem "devise", github: "heartcombo/devise", branch: "main"
gem "devise"
gem "doorkeeper"
gem "fast_jsonparser"
gem "image_processing"
Expand All @@ -24,7 +24,7 @@ gem "pagy"
gem "pg"
gem "propshaft"
gem "puma"
gem "rails", "~> 7.1.0.rc2"
gem "rails"
gem "redis"
gem "responders"
gem "sidekiq"
Expand Down
146 changes: 70 additions & 76 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
GIT
remote: https://github.com/heartcombo/devise.git
revision: f6e73e5b5c8f519f4be29ac9069c6ed8a2343ce4
branch: main
specs:
devise (4.9.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)

GIT
remote: https://github.com/miharekar/omniauth-airtable.git
revision: c51d9652ee2ab6e1e9808bf172c22d14174915a6
Expand All @@ -27,73 +15,73 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actioncable (7.1.0.rc2)
actionpack (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
actioncable (7.1.0)
actionpack (= 7.1.0)
activesupport (= 7.1.0)
nio4r (~> 2.0)
websocket-driver (>= 0.6.1)
zeitwerk (~> 2.6)
actionmailbox (7.1.0.rc2)
actionpack (= 7.1.0.rc2)
activejob (= 7.1.0.rc2)
activerecord (= 7.1.0.rc2)
activestorage (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
actionmailbox (7.1.0)
actionpack (= 7.1.0)
activejob (= 7.1.0)
activerecord (= 7.1.0)
activestorage (= 7.1.0)
activesupport (= 7.1.0)
mail (>= 2.7.1)
net-imap
net-pop
net-smtp
actionmailer (7.1.0.rc2)
actionpack (= 7.1.0.rc2)
actionview (= 7.1.0.rc2)
activejob (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
actionmailer (7.1.0)
actionpack (= 7.1.0)
actionview (= 7.1.0)
activejob (= 7.1.0)
activesupport (= 7.1.0)
mail (~> 2.5, >= 2.5.4)
net-imap
net-pop
net-smtp
rails-dom-testing (~> 2.2)
actionpack (7.1.0.rc2)
actionview (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
actionpack (7.1.0)
actionview (= 7.1.0)
activesupport (= 7.1.0)
nokogiri (>= 1.8.5)
rack (>= 2.2.4)
rack-session (>= 1.0.1)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actiontext (7.1.0.rc2)
actionpack (= 7.1.0.rc2)
activerecord (= 7.1.0.rc2)
activestorage (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
actiontext (7.1.0)
actionpack (= 7.1.0)
activerecord (= 7.1.0)
activestorage (= 7.1.0)
activesupport (= 7.1.0)
globalid (>= 0.6.0)
nokogiri (>= 1.8.5)
actionview (7.1.0.rc2)
activesupport (= 7.1.0.rc2)
actionview (7.1.0)
activesupport (= 7.1.0)
builder (~> 3.1)
erubi (~> 1.11)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
active_link_to (1.0.5)
actionpack
addressable
activejob (7.1.0.rc2)
activesupport (= 7.1.0.rc2)
activejob (7.1.0)
activesupport (= 7.1.0)
globalid (>= 0.3.6)
activemodel (7.1.0.rc2)
activesupport (= 7.1.0.rc2)
activerecord (7.1.0.rc2)
activemodel (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
activemodel (7.1.0)
activesupport (= 7.1.0)
activerecord (7.1.0)
activemodel (= 7.1.0)
activesupport (= 7.1.0)
timeout (>= 0.4.0)
activestorage (7.1.0.rc2)
actionpack (= 7.1.0.rc2)
activejob (= 7.1.0.rc2)
activerecord (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
activestorage (7.1.0)
actionpack (= 7.1.0)
activejob (= 7.1.0)
activerecord (= 7.1.0)
activesupport (= 7.1.0)
marcel (~> 1.0)
activesupport (7.1.0.rc2)
activesupport (7.1.0)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
Expand All @@ -110,7 +98,7 @@ GEM
rake (>= 10.4, < 14.0)
ast (2.4.2)
aws-eventstream (1.2.0)
aws-partitions (1.831.0)
aws-partitions (1.833.0)
aws-sdk-core (3.185.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
Expand Down Expand Up @@ -148,6 +136,12 @@ GEM
debug (1.8.0)
irb (>= 1.5.0)
reline (>= 0.3.1)
devise (4.9.2)
bcrypt (~> 3.0)
orm_adapter (~> 0.1)
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
doorkeeper (5.6.6)
Expand All @@ -163,17 +157,17 @@ GEM
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
fast_jsonparser (0.6.0)
ffi (1.16.2)
ffi (1.16.3)
formatador (1.1.0)
fugit (1.8.1)
et-orbi (~> 1, >= 1.2.7)
raabro (~> 1.4)
globalid (1.2.1)
activesupport (>= 6.1)
google-protobuf (3.24.3-aarch64-linux)
google-protobuf (3.24.3-arm64-darwin)
google-protobuf (3.24.3-x86_64-darwin)
google-protobuf (3.24.3-x86_64-linux)
google-protobuf (3.24.4-aarch64-linux)
google-protobuf (3.24.4-arm64-darwin)
google-protobuf (3.24.4-x86_64-darwin)
google-protobuf (3.24.4-x86_64-linux)
guard (2.18.1)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -242,7 +236,7 @@ GEM
multi_xml (0.6.0)
mutex_m (0.1.2)
nenv (0.3.0)
net-imap (0.3.7)
net-imap (0.4.0)
date
net-protocol
net-pop (0.1.2)
Expand Down Expand Up @@ -284,7 +278,7 @@ GEM
orm_adapter (0.5.0)
pagy (6.1.0)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
pg (1.5.4)
Expand Down Expand Up @@ -319,30 +313,30 @@ GEM
rackup (2.1.0)
rack (>= 3)
webrick (~> 1.8)
rails (7.1.0.rc2)
actioncable (= 7.1.0.rc2)
actionmailbox (= 7.1.0.rc2)
actionmailer (= 7.1.0.rc2)
actionpack (= 7.1.0.rc2)
actiontext (= 7.1.0.rc2)
actionview (= 7.1.0.rc2)
activejob (= 7.1.0.rc2)
activemodel (= 7.1.0.rc2)
activerecord (= 7.1.0.rc2)
activestorage (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
rails (7.1.0)
actioncable (= 7.1.0)
actionmailbox (= 7.1.0)
actionmailer (= 7.1.0)
actionpack (= 7.1.0)
actiontext (= 7.1.0)
actionview (= 7.1.0)
activejob (= 7.1.0)
activemodel (= 7.1.0)
activerecord (= 7.1.0)
activestorage (= 7.1.0)
activesupport (= 7.1.0)
bundler (>= 1.15.0)
railties (= 7.1.0.rc2)
railties (= 7.1.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.0.rc2)
actionpack (= 7.1.0.rc2)
activesupport (= 7.1.0.rc2)
railties (7.1.0)
actionpack (= 7.1.0)
activesupport (= 7.1.0)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
Expand Down Expand Up @@ -443,7 +437,7 @@ GEM
railties (>= 6.0.0)
tailwindcss-rails (2.0.30-x86_64-linux)
railties (>= 6.0.0)
temple (0.10.2)
temple (0.10.3)
thor (1.2.2)
tilt (2.3.0)
timeout (0.4.0)
Expand Down Expand Up @@ -490,7 +484,7 @@ DEPENDENCIES
brakeman
cloudinary
debug
devise!
devise
doorkeeper
fast_jsonparser
guard
Expand All @@ -511,7 +505,7 @@ DEPENDENCIES
propshaft
puma
rack-mini-profiler
rails (~> 7.1.0.rc2)
rails
redis
responders
rorvswild
Expand Down

0 comments on commit 79bb4d7

Please sign in to comment.