Skip to content

Commit af72688

Browse files
authored
Merge pull request #34 from RomanBachaloSigmaSoftware/main
Maintenance > November 2024
2 parents 461bc88 + 50a5545 commit af72688

File tree

4 files changed

+2987
-3242
lines changed

4 files changed

+2987
-3242
lines changed

Gemfile

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
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"

0 commit comments

Comments
 (0)