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"
# 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
gem "pg", "~> 1.1"
# Use Puma as the app server
@ -38,8 +38,9 @@ gem "json-schema"
gem "devise", github: "ghiculescu/devise", branch: "error-code-422"
# UK postcode parsing and validation
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"
# Use Ruby objects to build reusable markup. A React inspired evolution of the presenter pattern
gem "view_component"
group :development, :test do

131
Gemfile.lock

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

Loading…
Cancel
Save