We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f63fa8 commit 94954f9Copy full SHA for 94954f9
2 files changed
Gemfile
@@ -3,7 +3,7 @@ source 'http://rubygems.org'
3
gem 'rails', '3.1.0'
4
gem 'json'
5
6
-gem 'hackety_hack-lessons', :require => 'hackety_hack/lessons'
+gem 'hackety_hack-lessons', '~> 1.1', :require => 'hackety_hack/lessons'
7
8
gem 'haml-rails'
9
gem 'jquery-rails'
Gemfile.lock
@@ -94,7 +94,7 @@ GEM
94
ffi (1.0.11)
95
gherkin (2.7.2)
96
json (>= 1.4.6)
97
- hackety_hack-lessons (1.0.3)
+ hackety_hack-lessons (1.1.0)
98
metadown
99
haml (3.1.4)
100
haml-rails (0.3.4)
@@ -247,7 +247,7 @@ DEPENDENCIES
247
devise (>= 1.2)
248
fabrication
249
faker
250
- hackety_hack-lessons
+ hackety_hack-lessons (~> 1.1)
251
haml-rails
252
inherited_resources
253
jnunemaker-validatable (>= 1.8.4)
0 commit comments