File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
3- source "https://rubygems.org "
3+ source "https://gem.coop "
44
55# Specify your gem's dependencies in practical-framework.gemspec.
66gemspec
Original file line number Diff line number Diff line change 1414 view_component
1515
1616GEM
17- remote: https://rubygems.org /
17+ remote: https://gem.coop /
1818 specs:
1919 action_policy (0.7.5 )
2020 ruby-next-core (>= 1.0 )
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ TODO: Replace `practical` with your gem name right after releasing it to RubyGem
88
99Install the gem and add to the application's Gemfile by executing:
1010
11- $ bundle add practical
11+ $ bundle add practical --source "https://beta.gem.coop/@practical-computer"
1212
1313If bundler is not being used to manage dependencies, install the gem by executing:
1414
15- $ gem install practical
15+ $ gem "practical", source: "https://beta.gem.coop/@ practical-computer"
1616
1717## Usage
1818
You can’t perform that action at this time.
0 commit comments