File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ gem "flipper-ui" # UI for the Flipper gem [https://www.flippercloud.io/docs/ui]
61
61
gem "mission_control-jobs" # Dashboard for Active Job [https://github.com/basecamp/mission_control-jobs]
62
62
63
63
group :development do
64
+ gem "annotaterb" # Annotate Rails classes with schema and routes info [https://github.com/drwl/annotaterb]
64
65
gem "erb_lint" , require : false # ERB linting tool [https://github.com/Shopify/erb-lint]
65
66
gem "letter_opener" # Preview mail in the browser instead of sending [https://github.com/ryanb/letter_opener]
66
67
gem "rack-mini-profiler" # Add speed badges [https://github.com/MiniProfiler/rack-mini-profiler]
Original file line number Diff line number Diff line change 78
78
uri (>= 0.13.1 )
79
79
addressable (2.8.7 )
80
80
public_suffix (>= 2.0.2 , < 7.0 )
81
+ annotaterb (4.13.0 )
81
82
ast (2.4.2 )
82
83
aws-eventstream (1.3.0 )
83
84
aws-partitions (1.995.0 )
@@ -593,6 +594,7 @@ PLATFORMS
593
594
594
595
DEPENDENCIES
595
596
addressable
597
+ annotaterb
596
598
aws-sdk-s3
597
599
bcrypt (~> 3.1.7 )
598
600
bootsnap
You can’t perform that action at this time.
0 commit comments