Skip to content

Commit

Permalink
Update Rails 7 example
Browse files Browse the repository at this point in the history
  • Loading branch information
Braden-077 committed Aug 28, 2024
1 parent 2bd55fd commit 21e04f1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions example_rails7/Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.2"
ruby "3.3.0"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.5"
Expand Down Expand Up @@ -68,4 +68,4 @@ group :test do
gem "webdrivers"
end

gem 'rolemodel_rails', '~> 0.8.0', group: :development, path: '..'
gem 'rolemodel_rails', '~> 0.9.1', group: :development, path: '..'
10 changes: 6 additions & 4 deletions example_rails7/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
rolemodel_rails (0.8.0)
rolemodel_rails (0.9.1)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -114,6 +114,7 @@ GEM
matrix (0.4.2)
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.7)
minitest (5.18.0)
msgpack (1.7.1)
net-imap (0.3.6)
Expand All @@ -126,7 +127,8 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.2-arm64-darwin)
nokogiri (1.15.2)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pg (1.5.3)
public_suffix (5.0.1)
Expand Down Expand Up @@ -221,7 +223,7 @@ DEPENDENCIES
puma (~> 5.0)
rails (~> 7.0.5)
redis (~> 4.0)
rolemodel_rails (~> 0.8.0)!
rolemodel_rails (~> 0.9.1)!
selenium-webdriver
sprockets-rails
stimulus-rails
Expand All @@ -231,7 +233,7 @@ DEPENDENCIES
webdrivers

RUBY VERSION
ruby 3.2.2p53
ruby 3.3.0p0

BUNDLED WITH
2.4.14
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
destination File.expand_path('tmp/', File.dirname(__FILE__))

before(:all) do
ENV['RAILS_LOG_TO_STDOUT'] = 'true'
prepare_test_app
run_generator
sleep 3
Expand Down

0 comments on commit 21e04f1

Please sign in to comment.