Skip to content

Commit 92fcd2d

Browse files
author
Carlos Silva
committed
Preparations for the beta release
1 parent 9e956b0 commit 92fcd2d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+2995
-638
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ source 'https://rubygems.org'
33

44
gemspec
55

6-
gem 'rails', '~> 6.0.3'
6+
gem 'rails', '~> 7.0.4'
77
gem 'bootsnap' # required by the Rails apps generated in tests
88
gem 'ruby-prof', platform: :ruby
9-
gem 'pry-byebug'
9+
gem 'debug'
1010

1111
gem 'flamegraph'
1212
gem 'stackprof'

Gemfile.lock

Lines changed: 110 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/console

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'pathname'
33

44
$LOAD_PATH.unshift Pathname.new(__dir__).join('../lib')
55

6-
require 'pry'
6+
require 'debug'
77
require 'irb'
88
require 'rails'
99
require 'irb/completion'

0 commit comments

Comments
 (0)