File tree Expand file tree Collapse file tree 4 files changed +2987
-3242
lines changed
Expand file tree Collapse file tree 4 files changed +2987
-3242
lines changed Original file line number Diff line number Diff line change 1- # frozen_string_literal: true
2-
3- source "https://rubygems.org"
4- git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
5-
6- ruby "3.1.2"
7- gem "annotate"
8- gem "bootsnap" , require : false
9- gem "cssbundling-rails"
10- gem "jsbundling-rails"
11- gem "pg"
12- gem "puma" , "~> 6.4.2 "
13- gem "rails" , "~> 7.1.3 .2"
14- gem "redis" , "~> 5.1 .0"
15- gem "sprockets-rails"
16- gem "stimulus-rails"
17- gem "turbo-rails"
18- gem "yaml"
19- gem 'psych' , '< 4'
20-
21- group :development do
22- # gem "hotwire-livereload", "~> 1.1"
23- gem "web-console"
24-
25- gem "rubocop"
26- gem "rubocop-rails"
27- end
28-
29- gem "docusign_click" , "~> 1.4.0"
30- gem "docusign_esign" , "~> 3.26 .0"
31- gem "omniauth-oauth2" , "~> 1.8.0"
32-
33- gem "tzinfo-data"
1+ # frozen_string_literal: true
2+
3+ source "https://rubygems.org"
4+ git_source ( :github ) { |repo | "https://github.com/#{ repo } .git" }
5+
6+ ruby "3.1.2"
7+ gem "annotate"
8+ gem "bootsnap" , require : false
9+ gem "cssbundling-rails"
10+ gem "jsbundling-rails"
11+ gem "pg"
12+ gem "puma" , "~> 6.4.3 "
13+ gem "rails" , "~> 7.2 .2"
14+ gem "redis" , "~> 5.3 .0"
15+ gem "sprockets-rails"
16+ gem "stimulus-rails"
17+ gem "turbo-rails"
18+ gem "yaml"
19+ gem 'psych' , '< 4'
20+
21+ group :development do
22+ # gem "hotwire-livereload", "~> 1.1"
23+ gem "web-console"
24+
25+ gem "rubocop"
26+ gem "rubocop-rails"
27+ end
28+
29+ gem "docusign_click" , "~> 1.4.0"
30+ gem "docusign_esign" , "~> 5.0 .0"
31+ gem "omniauth-oauth2" , "~> 1.8.0"
32+
33+ gem "tzinfo-data"
You can’t perform that action at this time.
0 commit comments