Skip to content

Commit

Permalink
Merge pull request #163 from CruGlobal/ruby315
Browse files Browse the repository at this point in the history
Update to Ruby 3.1.5
  • Loading branch information
jbirdjavi authored May 2, 2024
2 parents bfdeda2 + c463036 commit f6d0d78
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
3.1.5
6 changes: 1 addition & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ end

git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.1.4"
ruby "3.1.5"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.7"
Expand Down Expand Up @@ -113,8 +113,4 @@ group :development, :test do
gem "rspec-rails"
gem "simplecov-cobertura", require: false
gem "webmock"
gem "pry-byebug"
end

# Temporary security fix until new Ruby release
gem "uri", "~> 0.10.3"
17 changes: 4 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ GEM
awesome_print (1.9.2)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.7)
bindex (0.8.1)
bootsnap (1.13.0)
msgpack (~> 1.2)
Expand All @@ -126,7 +127,6 @@ GEM
bundler-audit (0.9.1)
bundler (>= 1.2.0, < 3)
thor (~> 1.0)
byebug (9.1.0)
capybara (3.39.2)
addressable
matrix
Expand All @@ -136,7 +136,6 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
coderay (1.1.2)
concurrent-ruby (1.2.3)
connection_pool (2.4.1)
countries (3.0.1)
Expand Down Expand Up @@ -295,7 +294,8 @@ GEM
rack (>= 1.2, < 4)
snaky_hash (~> 2.0)
version_gem (~> 1.1)
oj (3.7.12)
oj (3.16.3)
bigdecimal (>= 3.0)
oj_mimic_json (1.0.1)
omniauth (2.1.1)
hashie (>= 3.4.6)
Expand All @@ -315,12 +315,6 @@ GEM
ast (~> 2.4.1)
racc
pg (1.2.3)
pry (0.11.3)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry-byebug (3.5.1)
byebug (~> 9.1)
pry (~> 0.10)
public_suffix (4.0.6)
puma (5.6.8)
nio4r (~> 2.0)
Expand Down Expand Up @@ -507,7 +501,6 @@ GEM
unf_ext (0.0.7.7)
unicode-display_width (2.5.0)
unicode_utils (1.4.0)
uri (0.10.3)
version_gem (1.1.3)
warden (1.2.9)
rack (>= 2.0.9)
Expand Down Expand Up @@ -563,7 +556,6 @@ DEPENDENCIES
omniauth-rails_csrf_protection
ougai (~> 1.7)
pg
pry-byebug
puma (~> 5.0)
rack-cors
rails (~> 7.0.7)
Expand All @@ -584,12 +576,11 @@ DEPENDENCIES
strip_attributes (~> 1.11)
turbo-rails
tzinfo-data
uri (~> 0.10.3)
web-console
webmock

RUBY VERSION
ruby 3.1.4p223
ruby 3.1.5p252

BUNDLED WITH
2.3.11

0 comments on commit f6d0d78

Please sign in to comment.