Skip to content

Commit 6b49d51

Browse files
committed
migrate to github actions
1 parent ca1cf48 commit 6b49d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemfiles/7.0.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ source 'https://rubygems.org'
22

33
gem 'activerecord', '~> 7.0.0'
44
gem 'activesupport', '~> 7.0.0'
5-
gem 'concurrent-ruby' # https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
5+
gem 'concurrent-ruby', '1.3.4' # https://stackoverflow.com/questions/79360526/uninitialized-constant-activesupportloggerthreadsafelevellogger-nameerror
66

77
gemspec path: '../'

0 commit comments

Comments
 (0)