Skip to content

Commit

Permalink
Use URI for RubyGems source
Browse files Browse the repository at this point in the history
Because :rubygems is deprecated.
  • Loading branch information
kou committed Mar 28, 2013
1 parent b07106b commit dfb384c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

source :rubygems
source "https://rubygems.org/"

gem "rake"
gem "pkg-config"
Expand Down

0 comments on commit dfb384c

Please sign in to comment.