Skip to content

Commit

Permalink
Remove tml gem's dependency, use forked version from Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
gryaznov committed Sep 2, 2021
1 parent e8681de commit 2af15ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ gem 'dalli'
gem 'rake'
gem 'rdoc'

# gem 'tml', '~> 5.7'
# gem 'tml', :git => 'git://github.com/translationexchange/tml-ruby.git', :branch => :develop
# gem 'tml', :path => '../tml-ruby'
# Use forked version because of Ruby upgrade
gem 'tml', git: 'git://github.com/RepairShopr/tml-ruby.git', branch: :master

gem 'coveralls'

Expand Down
1 change: 0 additions & 1 deletion tml-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ Gem::Specification.new do |s|
s.licenses = 'MIT-LICENSE'

s.add_dependency 'rails', '>= 5.0', '< 7'
s.add_dependency 'tml', '~> 5.7'
end

0 comments on commit 2af15ef

Please sign in to comment.