Skip to content

Commit d927856

Browse files
committed
refresh gems
1 parent 739dd34 commit d927856

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ gem 'prawn-table'
111111
gem 'authkeeper', path: 'engines/authkeeper'
112112

113113
group :development, :test do
114-
gem 'bullet', git: 'https://github.com/flyerhzm/bullet', branch: 'main'
114+
gem 'bullet'
115115
gem 'cypress-on-rails', '~> 1.0'
116116
gem 'rswag-specs'
117117
gem 'rubocop', '~> 1.35', require: false

Gemfile.lock

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
GIT
2-
remote: https://github.com/flyerhzm/bullet
3-
revision: b34f34e10d8cdcb685b8ebc9a716afffaede1d15
4-
branch: main
5-
specs:
6-
bullet (8.0.1)
7-
activesupport (>= 3.0.0)
8-
uniform_notifier (~> 1.11)
9-
101
GIT
112
remote: https://github.com/redis-store/redis-rack
123
revision: 90a862b42c9715393f5a40627dea5882be6a6dcb
@@ -127,6 +118,9 @@ GEM
127118
bugsnag (6.27.1)
128119
concurrent-ruby (~> 1.0)
129120
builder (3.3.0)
121+
bullet (8.0.1)
122+
activesupport (>= 3.0.0)
123+
uniform_notifier (~> 1.11)
130124
capistrano (3.19.2)
131125
airbrussh (>= 1.0.0)
132126
i18n
@@ -513,7 +507,7 @@ DEPENDENCIES
513507
bootsnap (>= 1.4.4)
514508
brakeman
515509
bugsnag
516-
bullet!
510+
bullet
517511
capistrano (~> 3.17)
518512
capistrano-bundler
519513
capistrano-rails (~> 1.6)

0 commit comments

Comments
 (0)