Skip to content

Commit a5f4b62

Browse files
authored
Merge pull request #311 from machupicchubeta/ruby_3_4_5
Use the latest Ruby and Bundler
2 parents 5c343f9 + 0ffce34 commit a5f4b62

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.3
1+
3.4.5

Gemfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
source 'https://rubygems.org'
22

3-
gem 'rake'
3+
gem 'csv'
4+
gem 'nkf'
5+
gem 'nokogiri'
46
gem 'pry'
5-
gem 'sqlite3'
7+
gem 'rake'
68
gem 'rubyzip'
7-
gem 'nokogiri'
9+
gem 'sqlite3'

Gemfile.lock

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
coderay (1.1.3)
5+
csv (3.3.5)
56
method_source (1.1.0)
67
mini_portile2 (2.8.9)
8+
nkf (0.2.0)
79
nokogiri (1.18.9)
810
mini_portile2 (~> 2.8.2)
911
racc (~> 1.4)
@@ -20,11 +22,13 @@ PLATFORMS
2022
ruby
2123

2224
DEPENDENCIES
25+
csv
26+
nkf
2327
nokogiri
2428
pry
2529
rake
2630
rubyzip
2731
sqlite3
2832

2933
BUNDLED WITH
30-
2.4.21
34+
2.7.1

0 commit comments

Comments
 (0)