Browse Source

Rails 7 released

pull/174/head
baarkerlounger 4 years ago
parent
commit
bf81ddfb5e
  1. 5
      Gemfile
  2. 131
      Gemfile.lock

5
Gemfile

@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
ruby "3.0.2" ruby "3.0.2"
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main'
gem "rails", "~> 7.0.0.rc1" gem "rails", "~> 7.0.0"
# Use postgresql as the database for Active Record # Use postgresql as the database for Active Record
gem "pg", "~> 1.1" gem "pg", "~> 1.1"
# Use Puma as the app server # Use Puma as the app server
@ -38,8 +38,9 @@ gem "json-schema"
gem "devise", github: "ghiculescu/devise", branch: "error-code-422" gem "devise", github: "ghiculescu/devise", branch: "error-code-422"
# UK postcode parsing and validation # UK postcode parsing and validation
gem "uk_postcode" gem "uk_postcode"
# Use Ruby objects to build reusable markup. A React inspired evolution of the presenter pattern # Get rich data from postcode lookups. Wraps postcodes.io
gem "postcodes_io" gem "postcodes_io"
# Use Ruby objects to build reusable markup. A React inspired evolution of the presenter pattern
gem "view_component" gem "view_component"
group :development, :test do group :development, :test do

131
Gemfile.lock

@ -21,7 +21,7 @@ GIT
GIT GIT
remote: https://github.com/naveed-ahmad/activeadmin.git remote: https://github.com/naveed-ahmad/activeadmin.git
revision: b4257759b62a6febed409b993493ef227c3ebbd6 revision: 669d808151d8a087ccdd8dad7ebac303289873de
branch: rails7 branch: rails7
specs: specs:
activeadmin (2.9.0) activeadmin (2.9.0)
@ -47,7 +47,7 @@ GIT
GIT GIT
remote: https://github.com/rspec/rspec-core.git remote: https://github.com/rspec/rspec-core.git
revision: e36aa2a9ebe68acee3ce05190fc2124947b45925 revision: e3bda9da1e625a428fd005f0d1a633531f5da749
branch: main branch: main
specs: specs:
rspec-core (3.11.0.pre) rspec-core (3.11.0.pre)
@ -55,7 +55,7 @@ GIT
GIT GIT
remote: https://github.com/rspec/rspec-expectations.git remote: https://github.com/rspec/rspec-expectations.git
revision: dba67987c63f551d1bf0f7877f069fa8b72d0461 revision: d9fd9a5589e3914bcd25d66560eccadd75493727
branch: main branch: main
specs: specs:
rspec-expectations (3.11.0.pre) rspec-expectations (3.11.0.pre)
@ -73,7 +73,7 @@ GIT
GIT GIT
remote: https://github.com/rspec/rspec-rails.git remote: https://github.com/rspec/rspec-rails.git
revision: 5f54d780a3d8f21cfe4f424a7d0435be2e279356 revision: 24631bfc78fc0bd69d66ab8eb7f81731bd789bbc
branch: main branch: main
specs: specs:
rspec-rails (5.1.0.pre) rspec-rails (5.1.0.pre)
@ -95,61 +95,61 @@ GIT
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
actioncable (7.0.0.rc1) actioncable (7.0.0)
actionpack (= 7.0.0.rc1) actionpack (= 7.0.0)
activesupport (= 7.0.0.rc1) activesupport (= 7.0.0)
nio4r (~> 2.0) nio4r (~> 2.0)
websocket-driver (>= 0.6.1) websocket-driver (>= 0.6.1)
actionmailbox (7.0.0.rc1) actionmailbox (7.0.0)
actionpack (= 7.0.0.rc1) actionpack (= 7.0.0)
activejob (= 7.0.0.rc1) activejob (= 7.0.0)
activerecord (= 7.0.0.rc1) activerecord (= 7.0.0)
activestorage (= 7.0.0.rc1) activestorage (= 7.0.0)
activesupport (= 7.0.0.rc1) activesupport (= 7.0.0)
mail (>= 2.7.1) mail (>= 2.7.1)
actionmailer (7.0.0.rc1) actionmailer (7.0.0)
actionpack (= 7.0.0.rc1) actionpack (= 7.0.0)
actionview (= 7.0.0.rc1) actionview (= 7.0.0)
activejob (= 7.0.0.rc1) activejob (= 7.0.0)
activesupport (= 7.0.0.rc1) activesupport (= 7.0.0)
mail (~> 2.5, >= 2.5.4) mail (~> 2.5, >= 2.5.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
actionpack (7.0.0.rc1) actionpack (7.0.0)
actionview (= 7.0.0.rc1) actionview (= 7.0.0)
activesupport (= 7.0.0.rc1) activesupport (= 7.0.0)
rack (~> 2.0, >= 2.2.0) rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3) rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0)
actiontext (7.0.0.rc1) actiontext (7.0.0)
actionpack (= 7.0.0.rc1) actionpack (= 7.0.0)
activerecord (= 7.0.0.rc1) activerecord (= 7.0.0)
activestorage (= 7.0.0.rc1) activestorage (= 7.0.0)
activesupport (= 7.0.0.rc1) activesupport (= 7.0.0)
globalid (>= 0.6.0) globalid (>= 0.6.0)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
actionview (7.0.0.rc1) actionview (7.0.0)
activesupport (= 7.0.0.rc1) activesupport (= 7.0.0)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.4) erubi (~> 1.4)
rails-dom-testing (~> 2.0) rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0)
activejob (7.0.0.rc1) activejob (7.0.0)
activesupport (= 7.0.0.rc1) activesupport (= 7.0.0)
globalid (>= 0.3.6) globalid (>= 0.3.6)
activemodel (7.0.0.rc1) activemodel (7.0.0)
activesupport (= 7.0.0.rc1) activesupport (= 7.0.0)
activerecord (7.0.0.rc1) activerecord (7.0.0)
activemodel (= 7.0.0.rc1) activemodel (= 7.0.0)
activesupport (= 7.0.0.rc1) activesupport (= 7.0.0)
activestorage (7.0.0.rc1) activestorage (7.0.0)
actionpack (= 7.0.0.rc1) actionpack (= 7.0.0)
activejob (= 7.0.0.rc1) activejob (= 7.0.0)
activerecord (= 7.0.0.rc1) activerecord (= 7.0.0)
activesupport (= 7.0.0.rc1) activesupport (= 7.0.0)
marcel (~> 1.0) marcel (~> 1.0)
mini_mime (>= 1.1.0) mini_mime (>= 1.1.0)
activesupport (7.0.0.rc1) activesupport (7.0.0)
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2) i18n (>= 1.6, < 2)
minitest (>= 5.1) minitest (>= 5.1)
@ -188,8 +188,8 @@ GEM
crass (1.0.6) crass (1.0.6)
deep_merge (1.2.1) deep_merge (1.2.1)
diff-lcs (1.4.4) diff-lcs (1.4.4)
discard (1.2.0) discard (1.2.1)
activerecord (>= 4.2, < 7) activerecord (>= 4.2, < 8)
docile (1.4.0) docile (1.4.0)
dotenv (2.7.6) dotenv (2.7.6)
dotenv-rails (2.7.6) dotenv-rails (2.7.6)
@ -258,7 +258,7 @@ GEM
matrix (0.4.2) matrix (0.4.2)
method_source (1.0.0) method_source (1.0.0)
mini_mime (1.1.2) mini_mime (1.1.2)
minitest (5.14.4) minitest (5.15.0)
msgpack (1.4.2) msgpack (1.4.2)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.12.5-arm64-darwin) nokogiri (1.12.5-arm64-darwin)
@ -295,28 +295,28 @@ GEM
rack rack
rack-test (1.1.0) rack-test (1.1.0)
rack (>= 1.0, < 3) rack (>= 1.0, < 3)
rails (7.0.0.rc1) rails (7.0.0)
actioncable (= 7.0.0.rc1) actioncable (= 7.0.0)
actionmailbox (= 7.0.0.rc1) actionmailbox (= 7.0.0)
actionmailer (= 7.0.0.rc1) actionmailer (= 7.0.0)
actionpack (= 7.0.0.rc1) actionpack (= 7.0.0)
actiontext (= 7.0.0.rc1) actiontext (= 7.0.0)
actionview (= 7.0.0.rc1) actionview (= 7.0.0)
activejob (= 7.0.0.rc1) activejob (= 7.0.0)
activemodel (= 7.0.0.rc1) activemodel (= 7.0.0)
activerecord (= 7.0.0.rc1) activerecord (= 7.0.0)
activestorage (= 7.0.0.rc1) activestorage (= 7.0.0)
activesupport (= 7.0.0.rc1) activesupport (= 7.0.0)
bundler (>= 1.15.0) bundler (>= 1.15.0)
railties (= 7.0.0.rc1) railties (= 7.0.0)
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.2) rails-html-sanitizer (1.4.2)
loofah (~> 2.3) loofah (~> 2.3)
railties (7.0.0.rc1) railties (7.0.0)
actionpack (= 7.0.0.rc1) actionpack (= 7.0.0)
activesupport (= 7.0.0.rc1) activesupport (= 7.0.0)
method_source method_source
rake (>= 12.2) rake (>= 12.2)
thor (~> 1.0) thor (~> 1.0)
@ -385,11 +385,12 @@ GEM
simplecov_json_formatter (~> 0.1) simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3) simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3) simplecov_json_formatter (0.1.3)
stimulus-rails (0.7.3) stimulus-rails (1.0.2)
rails (>= 6.0.0) railties (>= 6.0.0)
thor (1.1.0) thor (1.1.0)
turbo-rails (0.9.0) turbo-rails (1.0.0)
rails (>= 6.0.0) actionpack (>= 6.0.0)
railties (>= 6.0.0)
tzinfo (2.0.4) tzinfo (2.0.4)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
uk_postcode (2.1.7) uk_postcode (2.1.7)
@ -449,7 +450,7 @@ DEPENDENCIES
pry-byebug pry-byebug
puma (~> 5.0) puma (~> 5.0)
rack-mini-profiler (~> 2.0) rack-mini-profiler (~> 2.0)
rails (~> 7.0.0.rc1) rails (~> 7.0.0)
ransack! ransack!
roo roo
rspec-core! rspec-core!

Loading…
Cancel
Save